summaryrefslogtreecommitdiff
path: root/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/proc.c b/proc.c
index b1ea551c15..8969f3b1db 100644
--- a/proc.c
+++ b/proc.c
@@ -2618,8 +2618,8 @@ rb_method_parameters(VALUE method)
* "cat".method(:count).inspect #=> "#<Method: String#count>"
* (1..3).method(:map).inspect #=> "#<Method: Range(Enumerable)#map>"
*
- * In the latter case, method description includes the "owner" of original
- * method (+Enumerable+ module, which is included into +Range+).
+ * In the latter case, the method description includes the "owner" of the
+ * original method (+Enumerable+ module, which is included into +Range+).
*/
static VALUE