Skip to content

Commit

Permalink
Add missing word, MasterDuke++
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Oct 17, 2020
1 parent 87fc041 commit b83b1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.c/Iterator.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ my role Iterator {
# on .STORE: a lazy iterator would not reify, a non-lazy would.
method is-lazy(--> False) { }

# Whether the iterator will produce values in a deterministic (always
# Whether the iterator will produce values in a deterministic way (always
# the same for a given data source). This is True for most iterators,
# but *not* true for iterators that typically return keys and/or values
# from a hash.
Expand Down

0 comments on commit b83b1b3

Please sign in to comment.