ruby-changes:32066
From: a_matsuda <ko1@a...>
Date: Thu, 12 Dec 2013 15:05:41 +0900 (JST)
Subject: [ruby-changes:32066] a_matsuda:r44145 (trunk): [DOC] Fix typo in docs/globals.rdoc by @dvsuresh [Fixes GH-474]
a_matsuda 2013-12-12 15:05:34 +0900 (Thu, 12 Dec 2013) New Revision: 44145 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44145 Log: [DOC] Fix typo in docs/globals.rdoc by @dvsuresh [Fixes GH-474] https://github.com/ruby/ruby/pull/474 Modified files: trunk/doc/globals.rdoc Index: doc/globals.rdoc =================================================================== --- doc/globals.rdoc (revision 44144) +++ doc/globals.rdoc (revision 44145) @@ -42,7 +42,7 @@ $VERBOSE:: The verbose flag, which is https://github.com/ruby/ruby/blob/trunk/doc/globals.rdoc#L42 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 $:. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/