two typos on one line, wow
This commit is contained in:
parent
00f4ba915f
commit
d91f0a660d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue