From d91f0a660d784b448899f8787adeafa2a678cdd0 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Sat, 21 Oct 2017 01:08:13 +0200 Subject: [PATCH] two typos on one line, wow --- gap/byconj.gi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gap/byconj.gi b/gap/byconj.gi index c0f4069..b834054 100644 --- a/gap/byconj.gi +++ b/gap/byconj.gi @@ -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