summaryrefslogtreecommitdiff
path: root/spec/ruby/core/rational/comparison_spec.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-21 00:40:56 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-21 01:19:55 +0900
commitfb8f011422c645ebe29e94c3fb2079af73d1d35f (patch)
tree93201efe561d1139cf7e89764bb7becfea23bcae /spec/ruby/core/rational/comparison_spec.rb
parentad534a677a6df7437c934440b35affa88ce3648a (diff)
Fixed indefinite articles before "Integer" [ci skip]
Diffstat (limited to 'spec/ruby/core/rational/comparison_spec.rb')
-rw-r--r--spec/ruby/core/rational/comparison_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/rational/comparison_spec.rb b/spec/ruby/core/rational/comparison_spec.rb
index b2784f3e7d..9d8e7fd7ee 100644
--- a/spec/ruby/core/rational/comparison_spec.rb
+++ b/spec/ruby/core/rational/comparison_spec.rb
@@ -4,7 +4,7 @@ describe "Rational#<=> when passed a Rational object" do
it_behaves_like :rational_cmp_rat, :<=>
end
-describe "Rational#<=> when passed a Integer object" do
+describe "Rational#<=> when passed an Integer object" do
it_behaves_like :rational_cmp_int, :<=>
end