File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Language changes
30
30
* ` @time ` and ` @timev ` now take an optional description to allow annotating the source of time reports.
31
31
i.e. ` @time "Evaluating foo" foo() ` ([ #42431 ] )
32
32
* 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 ] ).
34
34
* Unbalanced Unicode bidirectional formatting directives are now disallowed within strings and comments,
35
35
to mitigate the [ "trojan source"] ( https://www.trojansource.codes ) vulnerability ([ #42918 ] ).
36
36
* ` Base.ifelse ` is now defined as a generic function rather than a builtin one, allowing packages to
You can’t perform that action at this time.
0 commit comments