aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/object/json_gem_encoding_test.rb
diff options
context:
space:
mode:
authorJoe Rafaniello <jrafanie@redhat.com>2016-05-04 12:22:23 -0400
committerJoe Rafaniello <jrafanie@redhat.com>2016-05-04 12:22:23 -0400
commitd2660c8cadd973b7a7c8b09fa03888631f9eea4b (patch)
tree49d8a54d36c97ff5b8a90671737aec7e5c4f91ab /activesupport/test/core_ext/object/json_gem_encoding_test.rb
parent1dcf2800146f654065c697511dcbcea5c23c114a (diff)
downloadrails-d2660c8cadd973b7a7c8b09fa03888631f9eea4b.tar.gz
rails-d2660c8cadd973b7a7c8b09fa03888631f9eea4b.tar.bz2
rails-d2660c8cadd973b7a7c8b09fa03888631f9eea4b.zip
Fix some typos in comments.
[ci skip]
Diffstat (limited to 'activesupport/test/core_ext/object/json_gem_encoding_test.rb')
-rw-r--r--activesupport/test/core_ext/object/json_gem_encoding_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/core_ext/object/json_gem_encoding_test.rb b/activesupport/test/core_ext/object/json_gem_encoding_test.rb
index 02ab17fb64..2cbb1d590f 100644
--- a/activesupport/test/core_ext/object/json_gem_encoding_test.rb
+++ b/activesupport/test/core_ext/object/json_gem_encoding_test.rb
@@ -10,7 +10,7 @@ require 'json/encoding_test_cases'
# The AS::JSON encoder requires the BigDecimal core_ext, which, unfortunately,
# changes the BigDecimal#to_s output, and consequently the JSON gem output. So
-# we need to require this unfront to ensure we don't get a false failure, but
+# we need to require this upfront to ensure we don't get a false failure, but
# ideally we should just fix the BigDecimal core_ext to not change to_s without
# arguments.
require 'active_support/core_ext/big_decimal'