ruby-changes:36579
From: hsbt <ko1@a...>
Date: Mon, 1 Dec 2014 11:06:00 +0900 (JST)
Subject: [ruby-changes:36579] hsbt:r48660 (trunk): * proc.c: fix grammar by @BenMorganIO [fix GH-764][ci skip]
hsbt 2014-12-01 11:05:53 +0900 (Mon, 01 Dec 2014) New Revision: 48660 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48660 Log: * proc.c: fix grammar by @BenMorganIO [fix GH-764][ci skip] Modified files: trunk/ChangeLog trunk/proc.c Index: ChangeLog =================================================================== --- ChangeLog (revision 48659) +++ ChangeLog (revision 48660) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Mon Dec 1 11:05:46 2014 SHIBATA Hiroshi <shibata.hiroshi@g...> + + * proc.c: fix grammar by @BenMorganIO [fix GH-764][ci skip] + Mon Dec 1 10:49:53 2014 SHIBATA Hiroshi <shibata.hiroshi@g...> * man/rake.1: Update latest man content by @aledovsky Index: proc.c =================================================================== --- proc.c (revision 48659) +++ proc.c (revision 48660) @@ -794,7 +794,7 @@ rb_proc_call_with_block(VALUE self, int https://github.com/ruby/ruby/blob/trunk/proc.c#L794 * Keywords arguments will considered as a single additional argument, * that argument being mandatory if any keyword argument is mandatory. * A <code>proc</code> with no argument declarations - * is the same a block declaring <code>||</code> as its arguments. + * is the same as a block declaring <code>||</code> as its arguments. * * proc {}.arity #=> 0 * proc { || }.arity #=> 0 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/