[DOC] Improve doc guide compliance (#8221)

This commit is contained in:
Burdette Lamar 2023-08-15 13:43:58 -05:00 committed by GitHub
parent d9d4ae511a
commit 8c5b9ebf71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 27 additions and 27 deletions

View file

@ -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]