summaryrefslogtreecommitdiff
path: root/proc.c
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-13 09:51:05 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-13 09:51:05 +0000
commit069b730f9673f34af3e4ec17dcb06d0f8401911d (patch)
treec972fdf6d958d3ed47bbcfaa6ba39b690e74ddb7 /proc.c
parent2d4c248d77fc1918536fc59befe67d9bcbb47097 (diff)
[DOC] Fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66383 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 c07d33a387..4ec3e401bf 100644
--- a/proc.c
+++ b/proc.c
@@ -3312,7 +3312,7 @@ rb_method_compose_to_right(VALUE self, VALUE g)
*
* test_return # => 4, return from proc
*
- * Lambdas are useful as a self-sufficient higher-order functions, behaving
+ * Lambdas are useful as self-sufficient higher-order functions, behaving
* exactly like Ruby methods. Procs are useful for implementing iterators:
*
* def test