typo in last

This commit is contained in:
Glen Whitney 2017-10-30 11:24:56 -04:00
parent 2696cd6ff2
commit 8c5670ef3f
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ end );
InstallMethod( \<, "for two elements of a quasigroup", InstallMethod( \<, "for two elements of a quasigroup",
IsIdenticalObj, IsIdenticalObj,
[ IsQuasigroupElmRep, IsQuasigroupElmRrep ], [ IsQuasigroupElmRep, IsQuasigroupElmRep ],
function( x, y ) function( x, y )
return FamilyObj( x ) = FamilyObj( y ) and x![ 1 ] < y![ 1 ]; return FamilyObj( x ) = FamilyObj( y ) and x![ 1 ] < y![ 1 ];
end ); end );