Fix typo.

This commit is contained in:
Glen Whitney 2017-10-18 22:00:02 +02:00
parent 5cde15c8ee
commit d34e1eb24b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
## Create structures with generators
InstallGlobalFunction(CloneOfTypeByGenerators,
function(cat, fam, gens, genAttrib, tableCstr),
function(cat, fam, gens, genAttrib, tableCstr)
local M;
if not(IsEmpty(gens) or IsIdenticalObj(FamilyObj(gens), fam)) then
Error("<fam> and family of <gens> do not match");