Fix typos [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2021-12-25 10:33:49 +09:00
parent d100c91445
commit 04f07713d1
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A
7 changed files with 12 additions and 12 deletions

View file

@ -191,7 +191,7 @@ struct_member_pos(VALUE s, VALUE name)
* call-seq:
* StructClass::members -> array_of_symbols
*
* Returns the member names of the Struct decendant as an array:
* Returns the member names of the Struct descendant as an array:
*
* Customer = Struct.new(:name, :address, :zip)
* Customer.members # => [:name, :address, :zip]