Skip to content

Commit

Permalink
Merge pull request #1048 from ruby/fix-typo
Browse files Browse the repository at this point in the history
Removed redundant `the`
  • Loading branch information
hsbt authored Jul 13, 2023
2 parents ac1c9c6 + d3fffa8 commit bcc6679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/module/const_get_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
-> { ConstantSpecs.const_get("CS_CONST1", false) }.should raise_error(NameError)
end

it "returns a constant whose module is defined the the toplevel" do
it "returns a constant whose module is defined the toplevel" do
ConstantSpecs.const_get("ConstantSpecsTwo::Foo").should == :cs_two_foo
ConstantSpecsThree.const_get("ConstantSpecsTwo::Foo").should == :cs_three_foo
end
Expand Down

0 comments on commit bcc6679

Please sign in to comment.