summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-13 00:19:10 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-13 00:19:10 +0000
commit19c530d8c17bb5f123bb12b4f993654b6dba8729 (patch)
tree0ac6f01233b7e9366c49ead3cb015b6b9e8d08a5
parent350c448da83c61cebbe0c679678af18cd1c1a858 (diff)
* enumerator.c: Fix rdoc typo (thanks to Yutaka HARA)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--enumerator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enumerator.c b/enumerator.c
index c563fa41bb..a4ad915464 100644
--- a/enumerator.c
+++ b/enumerator.c
@@ -198,7 +198,7 @@ enumerator_ptr(VALUE obj)
* must not exceed the number expected by +method+
*
* If a block is given, it will be used to calculate the size of
- * the enumerator (see Enumerator#size=).
+ * the enumerator (see Enumerator#size).
*
* === Example
*