Fix typo.
This commit is contained in:
parent
5cde15c8ee
commit
d34e1eb24b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue