diff --git a/NEWS.md b/NEWS.md index e73f7f31dc204..995f0ab5823e4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -30,7 +30,7 @@ Language changes * `@time` and `@timev` now take an optional description to allow annotating the source of time reports. i.e. `@time "Evaluating foo" foo()` ([#42431]) * New `@showtime` macro to show both the line being evaluated and the `@time` report ([#42431]) -* Iterating an `Iterators.Reverse` now falls back on reversing the eachindex interator, if possible ([#43110]). +* Iterating an `Iterators.Reverse` now falls back on reversing the eachindex iterator, if possible ([#43110]). * Unbalanced Unicode bidirectional formatting directives are now disallowed within strings and comments, to mitigate the ["trojan source"](https://www.trojansource.codes) vulnerability ([#42918]). * `Base.ifelse` is now defined as a generic function rather than a builtin one, allowing packages to