ruby-changes:50950
From: stomar <ko1@a...>
Date: Sun, 15 Apr 2018 01:57:47 +0900 (JST)
Subject: [ruby-changes:50950] stomar:r63161 (trunk): thread_sync.c: [DOC] fix typo
stomar 2018-04-15 01:51:34 +0900 (Sun, 15 Apr 2018) New Revision: 63161 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63161 Log: thread_sync.c: [DOC] fix typo Modified files: trunk/thread_sync.c Index: thread_sync.c =================================================================== --- thread_sync.c (revision 63160) +++ thread_sync.c (revision 63161) @@ -696,7 +696,7 @@ queue_closed_p(VALUE self) https://github.com/ruby/ruby/blob/trunk/thread_sync.c#L696 /* * 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. */ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/