Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
feat(#201): minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Oct 3, 2023
1 parent b21d1b2 commit ed0fb3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/eo/org/eolang/collections/range.eo
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
[acc current last] > append
if. > @
current.lt last
append > @
append
acc.with current
current.next
last
Expand Down
2 changes: 1 addition & 1 deletion src/main/eo/org/eolang/collections/set.eo
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
if. > @!
lst.is-empty
lst
reduced. > @
reduced.
at.
reducedi.
lst
Expand Down

0 comments on commit ed0fb3b

Please sign in to comment.