ruby-changes:51431
From: stomar <ko1@a...>
Date: Tue, 12 Jun 2018 18:42:48 +0900 (JST)
Subject: [ruby-changes:51431] stomar:r63637 (trunk): doc/signals.rdoc: fix typo
stomar 2018-06-12 18:42:39 +0900 (Tue, 12 Jun 2018) New Revision: 63637 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63637 Log: doc/signals.rdoc: fix typo [Fix GH-1889] From: yuuji.yaginuma <yuuji.yaginuma@g...> Modified files: trunk/doc/signals.rdoc Index: doc/signals.rdoc =================================================================== --- doc/signals.rdoc (revision 63636) +++ doc/signals.rdoc (revision 63637) @@ -46,7 +46,7 @@ unsafe. https://github.com/ruby/ruby/blob/trunk/doc/signals.rdoc#L46 including Array, Hash, String, Struct, Time. * Common Array, Hash, String, Struct operations which do not execute a block - are generally safe; but beware if iteration is occuring elsewhere. + are generally safe; but beware if iteration is occurring elsewhere. * Hash#[], Hash#[]= (unless Hash.new was given an unsafe block) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/