From 55539f9bb83e0fe79091aaf7149c591f02843988 Mon Sep 17 00:00:00 2001 From: stomar Date: Tue, 12 Jun 2018 09:42:39 +0000 Subject: doc/signals.rdoc: fix typo [Fix GH-1889] From: yuuji.yaginuma git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/signals.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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) -- cgit v1.2.3