Fixed typo
This commit is contained in:
parent
2c24702765
commit
608869be45
|
@ -65,8 +65,7 @@ module CouchRest
|
||||||
# Update the document's attributes and save. For example:
|
# Update the document's attributes and save. For example:
|
||||||
#
|
#
|
||||||
# doc.update_attributes :name => "Fred"
|
# doc.update_attributes :name => "Fred"
|
||||||
#
|
# Is the equivalent of doing the following:
|
||||||
# Is the equivilent of doing the following:
|
|
||||||
#
|
#
|
||||||
# doc.attributes = { :name => "Fred" }
|
# doc.attributes = { :name => "Fred" }
|
||||||
# doc.save
|
# doc.save
|
||||||
|
|
Loading…
Reference in a new issue