mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix a typo [ci skip]
This commit is contained in:
parent
cbe4f75ef8
commit
7ded8fd29a
1 changed files with 1 additions and 1 deletions
|
@ -705,7 +705,7 @@ class TestRubyOptimization < Test::Unit::TestCase
|
|||
def foo &b
|
||||
end
|
||||
h1 = {}; h2 = {}
|
||||
ObjectSpace.count_objects(h1) # reharsal
|
||||
ObjectSpace.count_objects(h1) # rehearsal
|
||||
ObjectSpace.count_objects(h1)
|
||||
foo{}
|
||||
ObjectSpace.count_objects(h2)
|
||||
|
|
Loading…
Reference in a new issue