mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typo [ci skip]
This commit is contained in:
parent
950614b088
commit
5e91b4bdb3
1 changed files with 2 additions and 2 deletions
|
@ -449,8 +449,8 @@ assert_equal "ok", %q{
|
|||
S.new(1, 2).freeze, # frozen Struct
|
||||
S.new(1, 2, 3, 4).freeze, # frozen Struct
|
||||
(1..2), # Range on Struct
|
||||
(1..), # Range on Strcut
|
||||
(..1), # Range on Strcut
|
||||
(1..), # Range on Struct
|
||||
(..1), # Range on Struct
|
||||
C, # class
|
||||
M, # module
|
||||
Ractor.current, # Ractor
|
||||
|
|
Loading…
Reference in a new issue