From 04f07713d19cbde1f2d23d7f3b2318a0a84bab5b Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Sat, 25 Dec 2021 10:33:49 +0900 Subject: Fix typos [ci skip] --- struct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'struct.c') 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] -- cgit v1.2.1