mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Improve doc guide compliance (#8221)
This commit is contained in:
parent
d9d4ae511a
commit
8c5b9ebf71
8 changed files with 27 additions and 27 deletions
2
struct.c
2
struct.c
|
@ -561,7 +561,7 @@ rb_struct_define_under(VALUE outer, const char *name, ...)
|
|||
*
|
||||
* <b>Member Names</b>
|
||||
*
|
||||
* \Symbol arguments +member_names+
|
||||
* Symbol arguments +member_names+
|
||||
* determines the members of the new subclass:
|
||||
*
|
||||
* Struct.new(:foo, :bar).members # => [:foo, :bar]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue