Skip to content

Commit 67afa76

Browse files
Update reference.ts
1 parent 01b0448 commit 67afa76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/firestore/src/lite-api/reference.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ export type UpdateData<T> = T extends Primitive
9494
* @param merge - Changes the behavior of a `setDoc()` call to only replace the
9595
* values specified in its data argument. Fields omitted from the `setDoc()`
9696
* call remain untouched. If your input sets any field to an empty map, all
97-
* nested fields at this location are overwritten.
97+
* nested fields are overwritten.
9898
* @param mergeFields - Changes the behavior of `setDoc()` calls to only replace
9999
* the specified field paths. Any field path that is not specified is ignored
100100
* and remains untouched. If your input sets any field to an empty map, all
101-
* nested fields at this location are overwritten.
101+
* nested fields are overwritten.
102102
*/
103103
export type SetOptions =
104104
| {

0 commit comments

Comments
 (0)