8000 [DOC] Fixed explanation for Method#>> [Bug #16813] [ci skip] · github/ruby@ac2106a · GitHub
[go: up one dir, main page]

Skip to content

Commit ac2106a

Browse files
committed
[DOC] Fixed explanation for Method#>> [Bug #16813] [ci skip]
1 parent 0f5ae7a commit ac2106a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3530,8 +3530,8 @@ rb_method_compose_to_left(VALUE self, VALUE g)
35303530
* meth >> g -> a_proc
35313531
*
35323532
* Returns a proc that is the composition of this method and the given <i>g</i>.
3533-
* The returned proc takes a variable number of arguments, calls <i>g</i> with them
3534-
* then calls this method with the result.
3533+
* The returned proc takes a variable number of arguments, calls this method
3534+
* with them then calls <i>g</i> with the result.
35353535
*
35363536
* def f(x)
35373537
* x * x

0 commit comments

Comments
 (0)
0