summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--error.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/error.c b/error.c
index 5383124492..3929b01623 100644
--- a/error.c
+++ b/error.c
@@ -186,7 +186,7 @@ rb_warning_category_enabled_p(rb_warning_category_t category)
}
/*
- * call-seq
+ * call-seq:
* Warning[category] -> true or false
*
* Returns the flag to show the warning messages for +category+.
@@ -212,7 +212,7 @@ rb_warning_s_aref(VALUE mod, VALUE category)
}
/*
- * call-seq
+ * call-seq:
* Warning[category] = flag -> flag
*
* Sets the warning flags for +category+.