diff options
author | Nobuyoshi Nakada <[email protected]> | 2020-12-08 17:49:51 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2020-12-08 18:02:31 +0900 |
commit | d7a16670c30160cf7f0d57d2a970faefb331a024 (patch) | |
tree | 4b9cb756b0baeeec771e501ffd9a16a14362a2ca | |
parent | 86332cdce900ab5777962696c5dea676f731c8dc (diff) |
[DOC] Fixed RDoc directives [ci skip]v3_0_0_preview2
-rw-r--r-- | error.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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+. |