mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Fixed RDoc directives [ci skip]
This commit is contained in:
parent
86332cdce9
commit
d7a16670c3
1 changed files with 2 additions and 2 deletions
4
error.c
4
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+.
|
||||
|
|
Loading…
Reference in a new issue