Skip to content

Commit

Permalink
Remove option from declaration, as it might crash the parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
hulpke committed Aug 31, 2018
1 parent 7846d01 commit e6fa797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matrix.gd
Original file line number Diff line number Diff line change
Expand Up @@ -1671,7 +1671,7 @@ DeclareGlobalFunction( "RandomMat" );
##
## <#GAPDoc Label="RandomUnimodularMat">
## <ManSection>
## <Func Name="RandomUnimodularMat" Arg='[rs ,] m [:random:=d]'/>
## <Func Name="RandomUnimodularMat" Arg='[rs ,] m '/>
##
## <Description>
## returns a new random mutable <A>m</A><M>\times</M><A>m</A> matrix with integer
Expand Down

0 comments on commit e6fa797

Please sign in to comment.