Forgot brackets in Objectify

This commit is contained in:
Glen Whitney 2017-10-21 20:38:51 +02:00
parent cc95b62e6f
commit 35301b4839
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ InstallMethod(ConjugatorObj,
InstallMethod(ConjugatorObj,
"for a mult element with inverse (and should be assoc)",
[IsMultiplicativeElementWithInverse],
obj -> Objectify(ConjugatorType@(obj), Immutable(obj))
obj -> Objectify(ConjugatorType@(obj), [Immutable(obj)])
);
## Printing and viewing