ruby-changes:26411
From: drbrain <ko1@a...>
Date: Wed, 19 Dec 2012 16:20:09 +0900 (JST)
Subject: [ruby-changes:26411] drbrain:r38462 (trunk): * doc/syntax/methods.rdoc: Fixed typo. Thanks to Josh Susser.
drbrain 2012-12-19 16:19:59 +0900 (Wed, 19 Dec 2012) New Revision: 38462 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38462 Log: * doc/syntax/methods.rdoc: Fixed typo. Thanks to Josh Susser. Modified files: trunk/ChangeLog trunk/doc/syntax/methods.rdoc Index: doc/syntax/methods.rdoc =================================================================== --- doc/syntax/methods.rdoc (revision 38461) +++ doc/syntax/methods.rdoc (revision 38462) @@ -118,7 +118,7 @@ the caller after all positional argument https://github.com/ruby/ruby/blob/trunk/doc/syntax/methods.rdoc#L118 However, this only occurs if the method does not declare any keyword arguments. def gather_arguments_keyword(*positional, keyword: nil) - p positinal: positional, keyword: keyword + p positional: positional, keyword: keyword end gather_arguments_keyword 1, 2, three: 3 Index: ChangeLog =================================================================== --- ChangeLog (revision 38461) +++ ChangeLog (revision 38462) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Dec 19 16:19:36 2012 Eric Hodel <drbrain@s...> + + * doc/syntax/methods.rdoc: Fixed typo. Thanks to Josh Susser. + Wed Dec 19 16:18:22 2012 Eric Hodel <drbrain@s...> * lib/rubygems/commands/query_command.rb: Refactored to improve -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/