Rack() only returns racks

This commit is contained in:
Glen Whitney 2017-10-29 20:56:42 -04:00
parent 560564a010
commit 8994fdf4dc
1 changed files with 1 additions and 1 deletions

View File

@ -130,5 +130,5 @@ InstallGlobalFunction(Rack,
function(arg)
## Will put more stuff here, but for now, just a convenient wrapper for
## perms
return LeftQuandleByPerms(arg);
return LeftRackByPerms(arg);
end);