Whitespaces.

This commit is contained in:
Simone Carletti 2011-02-09 14:22:54 +01:00 committed by Marcos Tapajós
parent 608869be45
commit 6b66e7f23e

View file

@ -65,7 +65,7 @@ module CouchRest
# Update the document's attributes and save. For example:
#
# doc.update_attributes :name => "Fred"
# Is the equivalent of doing the following:
# Is the equivilent of doing the following:
#
# doc.attributes = { :name => "Fred" }
# doc.save