Whitespaces.
This commit is contained in:
parent
608869be45
commit
6b66e7f23e
|
@ -65,7 +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