Fix a couple of typos
This commit is contained in:
parent
244492a7ed
commit
a69dcd05d3
@ -243,7 +243,7 @@ end );
|
|||||||
##
|
##
|
||||||
#O SpecifyElmNamePrefix( C, name )
|
#O SpecifyElmNamePrefix( C, name )
|
||||||
##
|
##
|
||||||
## Sets the elmNamePrefix property on the family of a Represntative of
|
## Sets the elmNamePrefix property on the family of a Representative of
|
||||||
## collection <C>. For quasigroups, loops, and possibly related structures
|
## collection <C>. For quasigroups, loops, and possibly related structures
|
||||||
## this changes the prefix with which the elements of that family are printed.
|
## this changes the prefix with which the elements of that family are printed.
|
||||||
|
|
||||||
@ -821,7 +821,7 @@ function( list, dummy )
|
|||||||
|
|
||||||
# now only quasigroups and loops are on the list, with at least 2 of them
|
# now only quasigroups and loops are on the list, with at least 2 of them
|
||||||
n := Length( quasigroup_list );
|
n := Length( quasigroup_list );
|
||||||
# We willl not use recursion; start by making all Cayley tables canonical
|
# We will not use recursion; start by making all Cayley tables canonical
|
||||||
Apply(quasigroup_list,
|
Apply(quasigroup_list,
|
||||||
Q -> CanonicalCayleyTableOfLeftQuasigroupTable( CayleyTable( Q ) ) );
|
Q -> CanonicalCayleyTableOfLeftQuasigroupTable( CayleyTable( Q ) ) );
|
||||||
T := ProductTableOfCanonicalCayleyTables( quasigroup_list );
|
T := ProductTableOfCanonicalCayleyTables( quasigroup_list );
|
||||||
|
Loading…
Reference in New Issue
Block a user