Skip to content

Commit 3685606

Browse files
committed
Fix PR number in NEWS.md entry for num/den rename (#19246).
1 parent bf5063e commit 3685606

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ Deprecated or removed
482482
for example `(+)(J::UniformScaling, x::Number)`, have been deprecated in favor of
483483
unambiguous, explicit equivalents, for example `J.λ + x` ([#17607]).
484484
485-
* `num` and `den` have been deprecated in favor of `numerator` and `denominator` respectively ([#19233]).
485+
* `num` and `den` have been deprecated in favor of `numerator` and `denominator` respectively ([#19246]).
486486
487487
* `delete!(ENV::EnvHash, k::AbstractString, def)` has been deprecated in favor of
488488
`pop!(ENV, k, def)`. Be aware that `pop!` returns `k` or `def`, whereas `delete!`
@@ -638,8 +638,8 @@ Command-line option changes
638638
[#18977]: https://github.com/JuliaLang/julia/issues/18977
639639
[#19018]: https://github.com/JuliaLang/julia/issues/19018
640640
[#19157]: https://github.com/JuliaLang/julia/issues/19157
641-
[#19233]: https://github.com/JuliaLang/julia/issues/19233
642641
[#19239]: https://github.com/JuliaLang/julia/issues/19239
642+
[#19246]: https://github.com/JuliaLang/julia/issues/19246
643643
[#19259]: https://github.com/JuliaLang/julia/issues/19259
644644
[#19288]: https://github.com/JuliaLang/julia/issues/19288
645645
[#19305]: https://github.com/JuliaLang/julia/issues/19305

0 commit comments

Comments
 (0)