Skip to content

Commit

Permalink
Merge pull request #122 from PatrickHaecker/patch-1
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
oxinabox authored Feb 17, 2025
2 parents 909436a + 7c558cc commit 2cfb33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IterTools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ function iterate(it::Distinct, state=(1,))
end


# Group output from at iterator into tuples.
# Group output from an iterator into tuples.
# E.g.,
# partition(count(1), 2) = (1,2), (3,4), (5,6) ...
# partition(count(1), 2, 1) = (1,2), (2,3), (3,4) ...
Expand Down

0 comments on commit 2cfb33b

Please sign in to comment.