two typos on one line, wow
This commit is contained in:
parent
00f4ba915f
commit
d91f0a660d
@ -18,7 +18,7 @@ ConjugatorType@ := obj -> ConjugatorFamily(FamilyObj(obj))!.ConjType;
|
||||
InstallMethod(ConjugatorObj,
|
||||
"for a mult element that allows left quotients (and should be assoc)",
|
||||
[IsMultiplicativeElement and IsLeftQuotientElement],
|
||||
obj -> Objectify(ConjugatorType(Obj), Immutable(obj))
|
||||
obj -> Objectify(ConjugatorType@(obj), Immutable(obj))
|
||||
);
|
||||
|
||||
## Printing and viewing
|
||||
|
Loading…
Reference in New Issue
Block a user