From 261956239624b1b5be40fa439b3b74fa4fbe3fa2 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Wed, 25 Oct 2017 17:02:21 +0200 Subject: [PATCH] tiny typo --- gap/bytable.gi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gap/bytable.gi b/gap/bytable.gi index e4ea1d1..c35280b 100644 --- a/gap/bytable.gi +++ b/gap/bytable.gi @@ -403,7 +403,7 @@ InstallMethod(Opposite, "for right rack", # only be called with a second-argument collection which is not a group or # quasigroup. InstallOtherMethod(DirectProductOp, - "for a list and non-quasigroup magma built form multiplication table", + "for a list and non-quasigroup magma built from multiplication table", [IsList, IsMagma and IsBuiltFromMultiplicationTable], function (list, first) local n, item, i, jof, bigtable;