Skip to content

Commit 747a1b9

Browse files
chrisseatoneregon
andauthored
Update src/main/ruby/truffleruby/core/struct.rb
Co-authored-by: Benoit Daloze <eregontp@gmail.com>
1 parent ee1e129 commit 747a1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/ruby/truffleruby/core/struct.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ def values_at(*args)
402402
# are methods to read them
403403

404404
def self._specialize(attrs)
405-
# People want to subclass Struct directly, ie.
405+
# People sometimes subclass Struct directly, ie.
406406
#
407407
# class MyCoolStruct < Struct
408408
#

0 commit comments

Comments
 (0)