diff --git a/index.html b/index.html
index 6c2168e5..0dcb3435 100644
--- a/index.html
+++ b/index.html
@@ -851,7 +851,8 @@ setInterval(function() {
Save a model to your database (or alternative persistence layer),
by delegating to Backbone.sync. The attributes
hash (as in set) should contain the attributes
- you'd like to change -- keys that aren't mentioned won't be altered.
+ you'd like to change — keys that aren't mentioned won't be altered — but,
+ a complete representation of the resource will be sent to the server.
If the model has a validate
method, and validation fails, the model will not be saved. If the model
isNew, the save will be a "create"