Skip to content

Commit a767533

Browse files
standardized code of AddObjectDatum/AddMorphismDatum
1 parent 16d562a commit a767533

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gap/SkeletalFinSetsForCAP.gi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ end );
265265

266266
##
267267
AddObjectDatum( SkeletalFinSets,
268-
function ( SkeletalFinSets, n )
268+
function ( cat, n )
269269

270270
return Length( n );
271271

@@ -281,7 +281,7 @@ end );
281281

282282
##
283283
AddMorphismDatum( SkeletalFinSets,
284-
function ( SkeletalFinSets, map )
284+
function ( cat, map )
285285

286286
return AsList( map );
287287

0 commit comments

Comments
 (0)