Fix more typo.

This commit is contained in:
Glen Whitney 2017-10-18 22:18:38 +02:00
parent 95b9835e8c
commit f9a9c9fc50
1 changed files with 2 additions and 2 deletions

View File

@ -237,12 +237,12 @@ InstallMethod(RightPerms,
end);
## Distributivity checkers for when need be
InstallMethod(IsLSelfDistributive, "for magma"
InstallMethod(IsLSelfDistributive, "for magma",
[IsMagma],
M -> IsLSelfDistributiveTable(MultiplicationTable(M))
);
InstallMethod(IsRSelfDistributive, "for magma"
InstallMethod(IsRSelfDistributive, "for magma",
[IsMagma],
M -> IsRSelfDistributiveTable(MultiplicationTable(M))
);