Skip to content

Commit 81d1ffa

Browse files
committed
Fix indentation and update NEWS
Fixes indentation mistake introduced in #25510 (comment)
1 parent 9924f79 commit 81d1ffa

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

NEWS.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -938,8 +938,8 @@ Deprecated or removed
938938
* `findin(a, b)` has been deprecated in favor of `find(occursin(b), a)` ([#24673]).
939939

940940
* The generic implementations of `strides(::AbstractArray)` and `stride(::AbstractArray, ::Int)`
941-
have been deprecated. Subtypes of `AbstractArray` that implement the newly introduced strided
942-
array interface should define their own `strides` method ([#25321]).
941+
have been deprecated. Subtypes of `AbstractArray` that implement the newly introduced strided
942+
array interface should define their own `strides` method ([#25321]).
943943

944944

945945
Command-line option changes
@@ -1100,6 +1100,7 @@ Command-line option changes
11001100
[#23342]: https://github.com/JuliaLang/julia/issues/23342
11011101
[#23366]: https://github.com/JuliaLang/julia/issues/23366
11021102
[#23373]: https://github.com/JuliaLang/julia/issues/23373
1103+
[#23393]: https://github.com/JuliaLang/julia/issues/23393
11031104
[#23404]: https://github.com/JuliaLang/julia/issues/23404
11041105
[#23427]: https://github.com/JuliaLang/julia/issues/23427
11051106
[#23504]: https://github.com/JuliaLang/julia/issues/23504
@@ -1189,5 +1190,10 @@ Command-line option changes
11891190
[#25168]: https://github.com/JuliaLang/julia/issues/25168
11901191
[#25184]: https://github.com/JuliaLang/julia/issues/25184
11911192
[#25231]: https://github.com/JuliaLang/julia/issues/25231
1193+
[#25249]: https://github.com/JuliaLang/julia/issues/25249
1194+
[#25321]: https://github.com/JuliaLang/julia/issues/25321
11921195
[#25365]: https://github.com/JuliaLang/julia/issues/25365
1196+
[#25368]: https://github.com/JuliaLang/julia/issues/25368
1197+
[#25391]: https://github.com/JuliaLang/julia/issues/25391
11931198
[#25424]: https://github.com/JuliaLang/julia/issues/25424
1199+
[#25457]: https://github.com/JuliaLang/julia/issues/25457

0 commit comments

Comments
 (0)