summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/error.c b/error.c
index 7f9e582930..9bd8c31386 100644
--- a/error.c
+++ b/error.c
@@ -2016,7 +2016,7 @@ syserr_eqq(VALUE self, VALUE exc)
*
* RuntimeError: can't modify frozen Array
*
- * Kernel.raise will raise a RuntimeError if no Exception class is
+ * Kernel#raise will raise a RuntimeError if no Exception class is
* specified.
*
* raise "ouch"