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:
parent
19ad3b2b2d
commit
55539f9bb8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue