1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix typos [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2020-10-19 13:20:34 +09:00
parent 09dd9d8e5d
commit ce62850334
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A
2 changed files with 2 additions and 2 deletions

View file

@ -94,7 +94,7 @@ describe "ObjectSpace.define_finalizer" do
ruby_exe(code, :args => "2>&1").should include("warning: finalizer references object to be finalized\n")
end
it "warns if the finalizer was a block in the reciever" do
it "warns if the finalizer was a block in the receiver" do
code = <<-RUBY
class CapturesSelf
def initialize