Fix typo.

This commit is contained in:
Glen Whitney 2017-10-18 22:00:16 +02:00
parent 1ac424c524
commit c848f29524
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ end);
InstallMethod( CanonicalCopy, "for magma", InstallMethod( CanonicalCopy, "for magma",
[ IsMagma ], [ IsMagma ],
M -> ConstructorFromTable(M)(MultiplicationTable(M)); M -> ConstructorFromTable(M)(MultiplicationTable(M))
); );