git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63161 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
stomar 2018-04-14 16:51:34 +00:00
Родитель 5e99863393
Коммит 5bae48bd56
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -696,7 +696,7 @@ queue_closed_p(VALUE self)
/*
* Document-class: ClosedQueueError
*
* The exception class which will be raised when pushing into a close
* The exception class which will be raised when pushing into a closed
* Queue. See Queue#close and SizedQueue#close.
*/