diff --git a/base/iterators.jl b/base/iterators.jl index cef7a1cc27f2c1..194b9faf33c634 100644 --- a/base/iterators.jl +++ b/base/iterators.jl @@ -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.