mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Fix typos [ci skip]
This commit is contained in:
parent
d100c91445
commit
04f07713d1
7 changed files with 12 additions and 12 deletions
2
struct.c
2
struct.c
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue