Fix typo.
This commit is contained in:
parent
1ac424c524
commit
c848f29524
@ -295,7 +295,7 @@ end);
|
||||
|
||||
InstallMethod( CanonicalCopy, "for magma",
|
||||
[ IsMagma ],
|
||||
M -> ConstructorFromTable(M)(MultiplicationTable(M));
|
||||
M -> ConstructorFromTable(M)(MultiplicationTable(M))
|
||||
);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user