Skip to content

Commit c937638

Browse files
AzamatBfredrikekre
authored andcommitted
Fix typos in NEWS.md (#32904)
1 parent 7615d4c commit c937638

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
@@ -60,7 +60,7 @@ Standard library changes
6060
* `empty` now accepts a `NamedTuple` ([#32534]).
6161
* `mod` now accepts a unit range as the second argument to easily perform offset modular arithmetic to ensure the result is inside the range ([#32628]).
6262
* `Sockets.recvfrom` now returns both host and port as an InetAddr ([#32729]).
63-
* `nothing` can now be `print`ed, and interplated into strings etc. as the string `"nothing"`. It is still not permitted to be interplated into Cmds (i.e. ``echo `$(nothing)` `` will still error without running anything.) ([#32148])
63+
* `nothing` can now be `print`ed, and interpolated into strings etc. as the string `"nothing"`. It is still not permitted to be interpolated into Cmds (i.e. ``echo `$(nothing)` `` will still error without running anything.) ([#32148])
6464
* When `open` is called with a function, command, and keyword argument (e.g. ```open(`ls`, read=true) do f ...```)
6565
it now correctly throws a `ProcessFailedException` like other similar calls ([#32193]).
6666
* `mktemp` and `mktempdir` now try, by default, to remove temporary paths they create before the process exits ([#32851]).

0 commit comments

Comments
 (0)