1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

doc/signals.rdoc: fix typo

[Fix GH-1889]

From: yuuji.yaginuma <yuuji.yaginuma@gmail.com>

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
stomar 2018-06-12 09:42:39 +00:00
parent 19ad3b2b2d
commit 55539f9bb8

View file

@ -46,7 +46,7 @@ unsafe.
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)