aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWaynn Lue <WLGades@gmail.com>2011-08-09 11:37:13 -0700
committerXavier Noria <fxn@hashref.com>2011-08-13 16:22:34 -0700
commit76158146eb6c7a95bb65848fac1ae23147f07325 (patch)
tree2c2821d89a8a6955a26497f04f160c688cf34f23
parent9cf56c709b6ec2ab0479f664761596f6c64f8887 (diff)
downloadrails-76158146eb6c7a95bb65848fac1ae23147f07325.tar.gz
rails-76158146eb6c7a95bb65848fac1ae23147f07325.tar.bz2
rails-76158146eb6c7a95bb65848fac1ae23147f07325.zip
comma is more appropriate here
-rw-r--r--activeresource/README.rdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/activeresource/README.rdoc b/activeresource/README.rdoc
index 0f10bfc1a7..c86289c5fe 100644
--- a/activeresource/README.rdoc
+++ b/activeresource/README.rdoc
@@ -135,8 +135,8 @@ as the id of the ARes object.
==== Update
-'save' is also used to update an existing resource - and follows the same protocol as creating a resource
-with the exception that no response headers are needed - just an empty response when the update on the
+'save' is also used to update an existing resource and follows the same protocol as creating a resource
+with the exception that no response headers are needed -- just an empty response when the update on the
server side was successful.
# <person><first>Ryan</first></person>