summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2022-01-23 21:56:39 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2022-01-23 21:56:39 +0900
commitbb955096d86939a4b7f0d819590afb0ec588f3bd (patch)
treeb608ed5236c71656ed526b6e22998df99dad1e4f
parentab1aa90c3202b6d1f097b48efe451492ee429b84 (diff)
Fix a typo [ci skip]
-rw-r--r--spec/ruby/core/module/const_added_spec.rb2
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