From 76158146eb6c7a95bb65848fac1ae23147f07325 Mon Sep 17 00:00:00 2001 From: Waynn Lue Date: Tue, 9 Aug 2011 11:37:13 -0700 Subject: [PATCH] comma is more appropriate here --- activeresource/README.rdoc | 4 ++-- 1 file 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. # Ryan