summaryrefslogtreecommitdiff
path: root/struct.c
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2021-12-25 10:33:49 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2021-12-25 10:33:49 +0900
commit04f07713d19cbde1f2d23d7f3b2318a0a84bab5b (patch)
tree216e664d3aae783d13ae116a1adac38e15d3c2de /struct.c
parentd100c91445529395d208bb8ff46914670935afa9 (diff)
Fix typos [ci skip]
Diffstat (limited to 'struct.c')
-rw-r--r--struct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/struct.c b/struct.c
index fc9cbc78cc..716bc7f4fd 100644
--- a/struct.c
+++ b/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]