Skip to content

Commit dd11cd1

Browse files
Remove part of the mergeField comment (#822)
1 parent 6a95a7a commit dd11cd1

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

packages/firebase/index.d.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,9 +1179,6 @@ declare namespace firebase.firestore {
11791179
* Changes the behavior of set() calls to only replace the specified field
11801180
* paths. Any field path that is not specified is ignored and remains
11811181
* untouched.
1182-
*
1183-
* <p>It is an error to pass a SetOptions object to a set() call that is
1184-
* missing a value for any of the fields specified here.
11851182
*/
11861183
readonly mergeFields?: (string | FieldPath)[];
11871184
}

packages/firestore-types/index.d.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -498,9 +498,6 @@ export interface SetOptions {
498498
* Changes the behavior of set() calls to only replace the specified field
499499
* paths. Any field path that is not specified is ignored and remains
500500
* untouched.
501-
*
502-
* <p>It is an error to pass a SetOptions object to a set() call that is
503-
* missing a value for any of the fields specified here.
504501
*/
505502
readonly mergeFields?: (string | FieldPath)[];
506503
}

0 commit comments

Comments
 (0)