Skip to content

Commit 60f29f1

Browse files
Update NEWS.md
Co-Authored-By: Lyndon White <[email protected]>
1 parent 9235f44 commit 60f29f1

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
@@ -32,7 +32,7 @@ Standard library changes
3232

3333
* The methods of `mktemp` and `mktempdir` which take a function body to pass temporary paths to no longer throw errors if the path is already deleted when the function body returns ([#33091]).
3434

35-
* New function `only(x)` returns the one-and-only element of a collection `x`, and throws an error if `x` contains zero or multiple elements.
35+
* New function `only(x)` returns the one-and-only element of a collection `x`, and throws an error if `x` contains zero or multiple elements. [#33129]
3636

3737
#### Libdl
3838

0 commit comments

Comments
 (0)