aboutsummaryrefslogtreecommitdiffstats
path: root/class.c
diff options
context:
space:
mode:
Diffstat (limited to 'class.c')
-rw-r--r--class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/class.c b/class.c
index 351f7aeb32..a97494b8d7 100644
--- a/class.c
+++ b/class.c
@@ -1035,7 +1035,7 @@ rb_obj_singleton_methods(int argc, VALUE *argv, VALUE obj)
* <dd>
* This form takes two parameters: self and args.
* \a self is the receiver. \a args is an Array object which
- * containts the arguments.
+ * contains the arguments.
*
* \code
* static VALUE my_method(VALUE self, VALUE args);