Fix typo.
This commit is contained in:
parent
5cde15c8ee
commit
d34e1eb24b
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user