Fix quoting of code in NEWS.md.

This commit is contained in:
Samuel Williams 2022-11-17 15:19:21 -08:00 committed by GitHub
parent ea8a7287e2
commit cb4c89e08e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ Note: We're only listing outstanding class updates.
```
* UNIXSocket
* Add support for UNIXSocket on Windows. Emulate anonymous sockets. Add
* Add support for `UNIXSocket` on Windows. Emulate anonymous sockets. Add
support for `File.socket?` and `File::Stat#socket?` where possible.
[[Feature #19135]]