diff options
author | Burdette Lamar <[email protected]> | 2023-08-15 13:43:58 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2023-08-15 14:43:58 -0400 |
commit | 8c5b9ebf7144af73cf52209b73b849c078133dff (patch) | |
tree | 209fdb862f98f7774293168c663171a9d627c7cc /struct.c | |
parent | d9d4ae511a692568af4638e3fb88dbfdcbcba19b (diff) |
[DOC] Improve doc guide compliance (#8221)
Diffstat (limited to 'struct.c')
-rw-r--r-- | struct.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |