aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2013-10-31 12:35:08 +0100
committerXavier Noria <fxn@hashref.com>2013-10-31 12:35:08 +0100
commitcc2a9df970763fcf4621da2314a71720e299cf0d (patch)
treed460026cf49b83d7a714e804bc129a2541ef1d9d /guides
parent7c537110d6148dfca22fc24b8d582a37ed66a056 (diff)
downloadrails-cc2a9df970763fcf4621da2314a71720e299cf0d.tar.gz
rails-cc2a9df970763fcf4621da2314a71720e299cf0d.tar.bz2
rails-cc2a9df970763fcf4621da2314a71720e299cf0d.zip
AS guide: errata
Diffstat (limited to 'guides')
-rw-r--r--guides/source/active_support_core_extensions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_support_core_extensions.md b/guides/source/active_support_core_extensions.md
index 74dfd23811..0370e40012 100644
--- a/guides/source/active_support_core_extensions.md
+++ b/guides/source/active_support_core_extensions.md
@@ -421,7 +421,7 @@ NOTE: Defined in `active_support/core_ext/object/with_options.rb`.
### JSON support
-Active Support provides a better implementation of `to_json` than the +json+ gem ordinarily provides for Ruby objects. This is because some classes, like +Hash+, +OrderedHash+ and +Process::Status+ needs special handling in order to provide a proper JSON representation.
+Active Support provides a better implementation of `to_json` than the +json+ gem ordinarily provides for Ruby objects. This is because some classes, like +Hash+, +OrderedHash+, and +Process::Status+ need special handling in order to provide a proper JSON representation.
NOTE: Defined in `active_support/core_ext/object/json.rb`.