summaryrefslogtreecommitdiff
path: root/struct.c
diff options
context:
space:
mode:
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 f3dd085927..042932d6af 100644
--- a/struct.c
+++ b/struct.c
@@ -82,7 +82,7 @@ rb_struct_s_members_m(VALUE klass)
* call-seq:
* struct.members -> array
*
- * Returns an array of strings representing the names of the instance
+ * Returns an array of symbols representing the names of the instance
* variables.
*
* Customer = Struct.new(:name, :address, :zip)