1
0
Fork 0
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:
normal 2017-04-30 09:06:39 +00:00
parent 2e486d8be9
commit c4378e0fb8

View file

@ -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.
*/