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 52745503c8..a7f05a12cc 100644
--- a/object.c
+++ b/object.c
@@ -608,7 +608,7 @@ rb_obj_tap(VALUE obj)
* def self.one() end
* def two() end
* def Chatty.three() end
- * class <<self
+ * class << self
* remove_method :three
* remove_method :one
* end