Skip to content

Commit

Permalink
Update gap/attributes/attr.gi
Browse files Browse the repository at this point in the history
Co-authored-by: James Mitchell <[email protected]>
  • Loading branch information
Tianrun-Y and james-d-mitchell authored Aug 7, 2024
1 parent 8a02024 commit 6edd905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gap/attributes/attr.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ SEMIGROUPS.ExistsTransversal := function(a, b, n)
break;
fi;
od;
if exists = false then
if not exists then
return false;
fi;
od;
Expand Down

0 comments on commit 6edd905

Please sign in to comment.