diff options
author | Lee Reilly <lee@leereilly.net> | 2011-05-29 12:40:24 -0700 |
---|---|---|
committer | Lee Reilly <lee@leereilly.net> | 2011-05-29 12:40:24 -0700 |
commit | 4f234bfd799f471490775a2843b3cf7db2af21ed (patch) | |
tree | ea9623612567ea02dbdd5a73463274bb3f92a6f9 /activeresource | |
parent | 18b153d15d76ff2f06b76a16ca46b548b7d6750a (diff) | |
download | rails-4f234bfd799f471490775a2843b3cf7db2af21ed.tar.gz rails-4f234bfd799f471490775a2843b3cf7db2af21ed.tar.bz2 rails-4f234bfd799f471490775a2843b3cf7db2af21ed.zip |
Corrected some typos and American vs. Queen's English issues
Diffstat (limited to 'activeresource')
-rw-r--r-- | activeresource/lib/active_resource/base.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activeresource/lib/active_resource/base.rb b/activeresource/lib/active_resource/base.rb index 0c272fa093..74730ca01f 100644 --- a/activeresource/lib/active_resource/base.rb +++ b/activeresource/lib/active_resource/base.rb @@ -283,7 +283,7 @@ module ActiveResource # attribute 'name', :string # # # or use the convenience methods and pass >=1 attribute names - # string 'eye_colour', 'hair_colour' + # string 'eye_color', 'hair_color' # integer 'age' # float 'height', 'weight' # |