Fixed typo

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

View file

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