summaryrefslogtreecommitdiff
path: root/proc.c
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-14 05:44:43 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-14 05:44:43 +0000
commit69ab98ffb50d40222fccc636c08922b9c94baa1f (patch)
tree5a3ca41f31f1032135e53375d8abd9495d99198e /proc.c
parent5a5dafb78ebd1663acda5d361092d664580ed7bb (diff)
* remove trailing spaces. [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66399 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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