two typos on one line, wow

This commit is contained in:
Glen Whitney 2017-10-21 01:08:13 +02:00
parent 00f4ba915f
commit d91f0a660d
1 changed files with 1 additions and 1 deletions

View File

@ -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