diff --git a/gap/structure.gi b/gap/structure.gi index 360648b..0d1e5c0 100644 --- a/gap/structure.gi +++ b/gap/structure.gi @@ -152,7 +152,7 @@ end); InstallGlobalFunction(RightQuandle, function(arg) arg := ArgHelper@(arg); - CheckLQGprop@(arg[2]); + CheckRQGprop@(arg[2]); if not IsRSelfDistributive(arg[2]) then Error("Right quandle must have right distributive generators"); fi;