Skip to content

Commit f5d15c4

Browse files
committed
Merge branch 'v1.13'
2 parents 86da93b + 6ca0384 commit f5d15c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/includes/apiargs-method-watch-option.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ description: |
1717
operations.
1818
1919
By default, change streams only return the delta of fields (via an
20-
"udateDescription" field) for update operations and "fullDocument" is omitted.
21-
Insert and replace operations always include the "fullDocument" field. Delete
22-
operations omit the field as the document no longer exists.
20+
"updateDescription" field) for update operations and "fullDocument" is
21+
omitted. Insert and replace operations always include the "fullDocument"
22+
field. Delete operations omit the field as the document no longer exists.
2323
2424
Specify "updateLookup" to return the current majority-committed version of the
2525
updated document.

0 commit comments

Comments
 (0)