summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2022-11-17 15:19:21 -0800
committerGitHub <noreply@github.com>2022-11-17 15:19:21 -0800
commitcb4c89e08ea2f879b6a860a3d6944efce6c9bf50 (patch)
treed5f6685858a168c017d28b2a5ec6480035b40a5d
parentea8a7287e2b96b9c24e5e89fe863e5bfa60bfdda (diff)
Fix quoting of code in `NEWS.md`.
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index a4b4ae6bd8..b5a5909169 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -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]]