diff options
author | Kazuhiro NISHIYAMA <[email protected]> | 2022-01-23 21:56:39 +0900 |
---|---|---|
committer | Kazuhiro NISHIYAMA <[email protected]> | 2022-01-23 21:56:39 +0900 |
commit | bb955096d86939a4b7f0d819590afb0ec588f3bd (patch) | |
tree | b608ed5236c71656ed526b6e22998df99dad1e4f | |
parent | ab1aa90c3202b6d1f097b48efe451492ee429b84 (diff) |
Fix a typo [ci skip]
-rw-r--r-- | spec/ruby/core/module/const_added_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/module/const_added_spec.rb b/spec/ruby/core/module/const_added_spec.rb index bf1718f940..31ac6eb105 100644 --- a/spec/ruby/core/module/const_added_spec.rb +++ b/spec/ruby/core/module/const_added_spec.rb @@ -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 |