Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidt-sebastian committed Jun 26, 2018
1 parent d12cfc9 commit a6660d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/reference.js
Expand Up @@ -372,8 +372,8 @@ class DocumentReference {
* @param {Precondition=} precondition - A precondition to enforce for this
* delete.
* @param {Timestamp=} precondition.lastUpdateTime If set, enforces that the
* document was last updated at lastUpdateTime. Fails the elete if the
* ddocument was last updated at a different time.
* document was last updated at lastUpdateTime. Fails the delete if the
* document was last updated at a different time.
* @returns {Promise.<WriteResult>} A Promise that resolves with the
* delete time.
*
Expand Down

0 comments on commit a6660d9

Please sign in to comment.