Skip to content

Commit 90ae544

Browse files
authored
fix typo in NEWS (#52652)
Typo from #52461.
1 parent e96c13a commit 90ae544

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
@@ -84,9 +84,9 @@ New library features
8484
write the output to a stream rather than returning a string ([#48625]).
8585
* `sizehint!(s, n)` now supports an optional `shrink` argument to disable shrinking ([#51929]).
8686
* New function `Docs.hasdoc(module, symbol)` tells whether a name has a docstring ([#52139]).
87-
* Passing an IOBuffer as a stdout argument for Process spawn now works as
87+
* Passing an `IOBuffer` as a stdout argument for `Process` spawn now works as
8888
expected, synchronized with `wait` or `success`, so a `Base.BufferStream` is
89-
no longer required there for correctness to avoid data-races ([#TBD]).
89+
no longer required there for correctness to avoid data races ([#52461]).
9090
* After a process exits, `closewrite` will no longer be automatically called on
9191
the stream passed to it. Call `wait` on the process instead to ensure the
9292
content is fully written, then call `closewrite` manually to avoid

0 commit comments

Comments
 (0)