summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index a56f115d53..61850f5597 100644
--- a/eval.c
+++ b/eval.c
@@ -837,7 +837,7 @@ rb_block_given_p(void)
}
/*! Determines if the current method is an interator.
- *
+ *
* An alias of rb_block_given_p().
* \ingroup defmethod
*/