diff options
author | stomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-06-12 09:42:39 +0000 |
---|---|---|
committer | stomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-06-12 09:42:39 +0000 |
commit | 55539f9bb83e0fe79091aaf7149c591f02843988 (patch) | |
tree | 96da1fd5a1fa67c62bd61a74e9c66304f79349bf /doc/signals.rdoc | |
parent | 19ad3b2b2de9f48b80bc749eb5a6bcc1d0954da1 (diff) |
doc/signals.rdoc: fix typo
[Fix GH-1889]
From: yuuji.yaginuma <[email protected]>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/signals.rdoc')
-rw-r--r-- | doc/signals.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/signals.rdoc b/doc/signals.rdoc index 669201fb56..fdd9206afb 100644 --- a/doc/signals.rdoc +++ b/doc/signals.rdoc @@ -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) |