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
Родитель 2e486d8be9
Коммит c4378e0fb8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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