aboutsummaryrefslogtreecommitdiffstats
path: root/object.c
diff options
context:
space:
mode:
Diffstat (limited to 'object.c')
-rw-r--r--object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/object.c b/object.c
index 1177466d7f..ac8fa53104 100644
--- a/object.c
+++ b/object.c
@@ -2780,7 +2780,7 @@ rb_f_hash(VALUE obj, VALUE arg)
* end
*
* def respond_to_missing?(name, include_private = false)
- * DELGATE.include?(name) or super
+ * DELEGATE.include?(name) or super
* end
* end
*