From 1149533821a0fe689c038deba268a81dd20f91d5 Mon Sep 17 00:00:00 2001 From: a_matsuda Date: Thu, 12 Dec 2013 06:05:34 +0000 Subject: [DOC] Fix typo in docs/globals.rdoc by @dvsuresh [Fixes GH-474] https://github.com/ruby/ruby/pull/474 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/globals.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/globals.rdoc b/doc/globals.rdoc index 06355b187a..f82b6f8796 100644 --- a/doc/globals.rdoc +++ b/doc/globals.rdoc @@ -42,7 +42,7 @@ $VERBOSE:: The verbose flag, which is set by the -w or -v switch. Setting including from Kernel#warn. $-0:: The alias to $/. $-a:: True if option -a is set. Read-only variable. -$-d:: The alias of $DEBUG. See $DEBUG above for further discusison. +$-d:: The alias of $DEBUG. See $DEBUG above for further discussion. $-F:: The alias to $;. $-i:: In in-place-edit mode, this variable holds the extension, otherwise nil. $-I:: The alias to $:. -- cgit v1.2.3