summaryrefslogtreecommitdiff
path: root/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc.c b/proc.c
index 32cb6781c9..c0e93ceab5 100644
--- a/proc.c
+++ b/proc.c
@@ -3316,7 +3316,7 @@ rb_method_compose_to_right(VALUE self, VALUE g)
*
* Lambdas are useful as self-sufficient functions, in particular useful as
* arguments to higher-order functions, behaving exactly like Ruby methods.
- *
+ *
* Procs are useful for implementing iterators:
*
* def test