diff options
author | a_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-12-12 06:05:34 +0000 |
---|---|---|
committer | a_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-12-12 06:05:34 +0000 |
commit | 1149533821a0fe689c038deba268a81dd20f91d5 (patch) | |
tree | ade26f0dfdbe63f753668b52a7ffdd5f73f61133 /doc | |
parent | 3282b8d10e81ed4d3a80eaef3a163e5773d496a7 (diff) | |
download | ruby-1149533821a0fe689c038deba268a81dd20f91d5.tar.gz |
[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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/globals.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
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 $:. |