diff options
author | Vipul A M <vipulnsward@gmail.com> | 2013-09-03 01:20:45 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2013-09-03 01:20:45 +0530 |
commit | 08c7a9af0902ee040efcfeb95b935ed09494b8e4 (patch) | |
tree | 606c96f70e420e660100a21e37b116e9527291cc /guides/source | |
parent | bc7a4f0f60a0022c5c065e3f0a74cfa26928aa80 (diff) | |
download | rails-08c7a9af0902ee040efcfeb95b935ed09494b8e4.tar.gz rails-08c7a9af0902ee040efcfeb95b935ed09494b8e4.tar.bz2 rails-08c7a9af0902ee040efcfeb95b935ed09494b8e4.zip |
`implemention` => `implementation`
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/active_support_core_extensions.md | 2 |
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 ca023f7f66..a08d2d2392 100644 --- a/guides/source/active_support_core_extensions.md +++ b/guides/source/active_support_core_extensions.md @@ -420,7 +420,7 @@ NOTE: Defined in `active_support/core_ext/object/with_options.rb`. ### JSON support -Active Support provides a better implemention of `to_json` than the +json+ gem ordinarily provides for Ruby objects. This is because some classes, like +Hash+ and +OrderedHash+ 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+ and +OrderedHash+ needs special handling in order to provide a proper JSON representation. Active Support also provides an implementation of `as_json` for the <tt>Process::Status</tt> class. |