Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
adienes committed Jul 10, 2023
1 parent ddfeae0 commit 17b9c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/iterators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ returned iterable object. These calls are not cached and repeated calls will be
made when reiterating.
!!! warning
The implementation may assume that `flt` is pure, so pluse use caution
The implementation may assume that `flt` is pure, so please use caution
to ensure correctness when the predicate values may be non-deterministic,
have side-effects, or be dependent on the order of iteration.
Expand Down

0 comments on commit 17b9c4b

Please sign in to comment.