Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hulpke committed Sep 18, 2024
1 parent 080327c commit fddffa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dicthf.gi
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ end);
InstallMethod(SparseIntKey,"for bounded tuples",true,
[ IsList,IsList and IsCyclotomicCollection ], 0,
function(m, v)
if Length(m)<> 3or m[1]<>"BoundedTuples" then
if Length(m)<> 3 or m[1]<>"BoundedTuples" then
TryNextMethod();
fi;
# Due to the way BoundedTuples are presently implemented we expect the input
Expand Down

0 comments on commit fddffa2

Please sign in to comment.