We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5ae7a commit ac2106aCopy full SHA for ac2106a
proc.c
@@ -3530,8 +3530,8 @@ rb_method_compose_to_left(VALUE self, VALUE g)
3530
* meth >> g -> a_proc
3531
*
3532
* 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.
+ * The returned proc takes a variable number of arguments, calls this method
+ * with them then calls <i>g</i> with the result.
3535
3536
* def f(x)
3537
* x * x
0 commit comments