From 75fe6fa0e3c445d3fe3e72ddffc24738d4878faf Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Tue, 17 Oct 2017 21:57:31 +0200 Subject: [PATCH] Fix typo. --- gap/quasigroups.gi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gap/quasigroups.gi b/gap/quasigroups.gi index a5fce77..62ce371 100644 --- a/gap/quasigroups.gi +++ b/gap/quasigroups.gi @@ -32,12 +32,12 @@ end ); ############################################################################# ## -#O IsRighttQuasigroupTable( ls ) +#O IsRightQuasigroupTable( ls ) ## ## Returns true if is an n by n matrix with n distinct ## integral entries, each occurring exactly once in each column -InstallMethod( IsRighttQuasigroupTable, "for matrix", +InstallMethod( IsRightQuasigroupTable, "for matrix", [ IsMatrix ], mat -> IsLeftQuasigroupTable(TransposedMat(mat)) );