mirror of
https://github.com/ruby/ruby.git
synced 2025-08-28 23:45:55 +02:00
NEWS.md: Fix typos
This commit is contained in:
parent
937299ede1
commit
dd338ae124
1 changed files with 3 additions and 3 deletions
6
NEWS.md
6
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue