aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/gc/enable_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/gc/enable_spec.rb')
-rw-r--r--spec/ruby/core/gc/enable_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/gc/enable_spec.rb b/spec/ruby/core/gc/enable_spec.rb
index eb8d572f46..ca4488547a 100644
--- a/spec/ruby/core/gc/enable_spec.rb
+++ b/spec/ruby/core/gc/enable_spec.rb
@@ -2,7 +2,7 @@ require_relative '../../spec_helper'
describe "GC.enable" do
- it "returns true iff the garbage collection was already disabled" do
+ it "returns true if and only if the garbage collection was already disabled" do
GC.enable
GC.enable.should == false
GC.disable