Forgot brackets in Objectify
This commit is contained in:
parent
cc95b62e6f
commit
35301b4839
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user