mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
thread_sync.c: document SizedQueue#clear correctly [ci skip]
* thread_sync.c (rb_szqueue_clear): fix class name in RDoc git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2e486d8be9
commit
c4378e0fb8
1 changed files with 1 additions and 1 deletions
|
@ -1066,7 +1066,7 @@ rb_szqueue_pop(int argc, VALUE *argv, VALUE self)
|
|||
}
|
||||
|
||||
/*
|
||||
* Document-method: Queue#clear
|
||||
* Document-method: SizedQueue#clear
|
||||
*
|
||||
* Removes all objects from the queue.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue