File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ DeclareRepresentation( "IsMinimalMatrixRep",
59
59
and HasBaseDomain and HasOneOfBaseDomain and HasZeroOfBaseDomain,
60
60
[] );
61
61
62
- # If we implement our object a a positional object we often have to access its
62
+ # If we implement our object as a positional object we often have to access its
63
63
# properties in the code. To make that more readable we declare global
64
64
# variables. If you do this too make sure you use variables that are unique and
65
65
# unlikely to be used someplace else, even though that might mean using longer
@@ -74,4 +74,4 @@ BindGlobal( "MINREP_NRPOS", 2 );
74
74
# Position in the positional object of the number of columns
75
75
BindGlobal( " MINREP_NCPOS" , 3 );
76
76
# Position in the positional object of the list of entries
77
- BindGlobal( " MINREP_ELSPOS" , 4 );
77
+ BindGlobal( " MINREP_ELSPOS" , 4 );
You can’t perform that action at this time.
0 commit comments