Skip to content

Commit

Permalink
cong: fix typo in ImagesElm
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Jun 4, 2024
1 parent 0f11e69 commit 133d7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gap/libsemigroups/cong.gi
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ function(cong, elm)
elif IsFpSemigroup(Range(cong))
or (HasIsFreeSemigroup(Range(cong)) and IsFreeSemigroup(Range(cong)))
or IsFpMonoid(Range(cong))
or (HasIsFreeSemigroup(Range(cong)) and IsFreeMonoid(Range(cong)))
or (HasIsFreeMonoid(Range(cong)) and IsFreeMonoid(Range(cong)))
or IsQuotientSemigroup(Range(cong)) then
part := EquivalenceRelationPartition(cong);
pos := PositionProperty(part, l -> [elm, l[1]] in cong);
Expand Down

0 comments on commit 133d7f7

Please sign in to comment.