File tree 1 file changed +2
-2
lines changed
packages/firestore/src/lite-api 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,11 +94,11 @@ export type UpdateData<T> = T extends Primitive
94
94
* @param merge - Changes the behavior of a `setDoc()` call to only replace the
95
95
* values specified in its data argument. Fields omitted from the `setDoc()`
96
96
* 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.
98
98
* @param mergeFields - Changes the behavior of `setDoc()` calls to only replace
99
99
* the specified field paths. Any field path that is not specified is ignored
100
100
* 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.
102
102
*/
103
103
export type SetOptions =
104
104
| {
You can’t perform that action at this time.
0 commit comments