1
0
Fork 0
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:
Kazuhiro NISHIYAMA 2022-01-23 21:56:39 +09:00
parent ab1aa90c32
commit bb955096d8
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -29,7 +29,7 @@ describe "Module#const_added" do
ScratchPad.recorded.should == [:TEST]
end
it "is called when a new constant is assigned on self throught const_set" do
it "is called when a new constant is assigned on self through const_set" do
ScratchPad.record []
mod = Module.new do