Skip to content

Commit 5ebc5b4

Browse files
authored
Fix PR reference in NEWS (#59046)
1 parent c30199f commit 5ebc5b4

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
@@ -6,7 +6,7 @@ New language features
66

77
- New `Base.@acquire` macro for a non-closure version of `Base.acquire(f, s::Base.Semaphore)`, like `@lock`. ([#56845])
88
- New `nth` function to access the `n`-th element of a generic iterable. ([#56580])
9-
- New `@__FUNCTION__` macro to refer to the innermost enclosing function. ([#58909])
9+
- New `@__FUNCTION__` macro to refer to the innermost enclosing function. ([#58940])
1010
- The character U+1F8B2 🢲 (RIGHTWARDS ARROW WITH LOWER HOOK), newly added by Unicode 16,
1111
is now a valid operator with arrow precedence, accessible as `\hookunderrightarrow` at the REPL.
1212
([JuliaLang/JuliaSyntax.jl#525], [#57143])

0 commit comments

Comments
 (0)