Skip to content

Commit

Permalink
NEWS.md: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed Dec 18, 2022
1 parent 937299e commit dd338ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NEWS.md
Expand Up @@ -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

Expand Down

0 comments on commit dd338ae

Please sign in to comment.