aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/lib/active_resource
diff options
context:
space:
mode:
authorLee Reilly <lee@leereilly.net>2011-05-29 12:40:24 -0700
committerLee Reilly <lee@leereilly.net>2011-05-29 12:40:24 -0700
commit4f234bfd799f471490775a2843b3cf7db2af21ed (patch)
treeea9623612567ea02dbdd5a73463274bb3f92a6f9 /activeresource/lib/active_resource
parent18b153d15d76ff2f06b76a16ca46b548b7d6750a (diff)
downloadrails-4f234bfd799f471490775a2843b3cf7db2af21ed.tar.gz
rails-4f234bfd799f471490775a2843b3cf7db2af21ed.tar.bz2
rails-4f234bfd799f471490775a2843b3cf7db2af21ed.zip
Corrected some typos and American vs. Queen's English issues
Diffstat (limited to 'activeresource/lib/active_resource')
-rw-r--r--activeresource/lib/active_resource/base.rb2
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'
#