Skip to content

Commit 2e0d742

Browse files
committed
Update documentation
1 parent 97b3b3c commit 2e0d742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firestore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ var Firestore = function (email, key, projectId) {
7979
* @param {string} path the path of the document to update.
8080
* If document name not provided, a random ID will be generated.
8181
* @param {object} fields the document's new fields
82-
* @param {boolean} if true, the update will use a mask
82+
* @param {boolean} mask if true, the update will use a mask
8383
* @return {object} the Document object written to Firestore
8484
*/
8585
this.updateDocument = function (path, fields, mask) {

0 commit comments

Comments
 (0)