Skip to content

Commit cf8338a

Browse files
authored
fix typo in NEWS.md (#44015)
I was reading the NEWS.md on `master` and found this typo.
1 parent e3b681c commit cf8338a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Language changes
3030
* `@time` and `@timev` now take an optional description to allow annotating the source of time reports.
3131
i.e. `@time "Evaluating foo" foo()` ([#42431])
3232
* New `@showtime` macro to show both the line being evaluated and the `@time` report ([#42431])
33-
* Iterating an `Iterators.Reverse` now falls back on reversing the eachindex interator, if possible ([#43110]).
33+
* Iterating an `Iterators.Reverse` now falls back on reversing the eachindex iterator, if possible ([#43110]).
3434
* Unbalanced Unicode bidirectional formatting directives are now disallowed within strings and comments,
3535
to mitigate the ["trojan source"](https://www.trojansource.codes) vulnerability ([#42918]).
3636
* `Base.ifelse` is now defined as a generic function rather than a builtin one, allowing packages to

0 commit comments

Comments
 (0)