summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-08 17:49:51 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-08 18:02:31 +0900
commitd7a16670c30160cf7f0d57d2a970faefb331a024 (patch)
tree4b9cb756b0baeeec771e501ffd9a16a14362a2ca
parent86332cdce900ab5777962696c5dea676f731c8dc (diff)
[DOC] Fixed RDoc directives [ci skip]v3_0_0_preview2
-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+.