summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
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