Skip to content

Commit 6ff531e

Browse files
committed
Fix broken ref to DefaultFieldOfMatrixGroup
1 parent 8451477 commit 6ff531e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gap/Utils.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ DeclareGlobalFunction("RotateMat");
5252
#! The generators are stored as immutable matrices; over small fields
5353
#! (with at most 256 elements) this yields compressed matrices that
5454
#! store the base field, but not over larger fields.
55-
#! Consequently, the attribute <Ref Attr="DefaultFieldOfMatrixGroup"/> of
55+
#! Consequently, the attribute <Ref Attr="DefaultFieldOfMatrixGroup" BookName="Ref"/> of
5656
#! the resulting group is not necessarily equal to <A>F</A> and may
5757
#! in fact be a proper subfield when the entries lie in a smaller field.
5858
DeclareGlobalFunction("MatrixGroup");

0 commit comments

Comments
 (0)