summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2022-12-18 18:48:02 +0900
committerYusuke Endoh <mame@ruby-lang.org>2022-12-18 18:48:02 +0900
commitdd338ae124182b445c688666769cd8b7930ad88c (patch)
tree07f09cc007143e68ef08ea2406b0a9321fed6fa4 /NEWS.md
parent937299ede1a996efa0992b8a8cfb4a5f830b0e5c (diff)
NEWS.md: Fix typos
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS.md b/NEWS.md
index 7d36938edf..ece6ccad45 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -346,12 +346,12 @@ Note: We're only listing outstanding class updates.
* Thread::Queue
- * Thread::Queue.pop(timeout: sec) is added. [[Feature #18774]]
+ * Thread::Queue#pop(timeout: sec) is added. [[Feature #18774]]
* Thread::SizedQueue
- * Thread::SizedQueue.pop(timeout: sec) is added. [[Feature #18774]]
- * Thread::SizedQueue.push(timeout: sec) is added. [[Feature #18944]]
+ * Thread::SizedQueue#pop(timeout: sec) is added. [[Feature #18774]]
+ * Thread::SizedQueue#push(timeout: sec) is added. [[Feature #18944]]
* Time