Skip to content

Commit f1ee3cb

Browse files
fix change events table styling
1 parent ce477a9 commit f1ee3cb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

source/reference/change-events.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ following table describes each field in the change stream response document:
5252

5353
.. list-table::
5454
:header-rows: 1
55-
:widths: 20 20 60
55+
:widths: 10 20 60
5656

5757
* - Field
5858
- Type
@@ -159,14 +159,16 @@ following table describes each field in the change stream response document:
159159
This document and its fields only appears if the ``operationType`` is
160160
``update``.
161161

162-
* - ``updateDescription.updatedFields``
162+
* - | ``updateDescription.``
163+
| ``updatedFields``
163164
- document
164165
- A document whose keys correspond to the fields that were modified by the
165166
update operation. The value of each field corresponds to the new
166167
value of those fields, rather than the operation that resulted in the
167168
new value.
168169

169-
* - ``updateDescription.removedFields``
170+
* - | ``updateDescription.``
171+
| ``removedFields``
170172
- array
171173
- An array of fields that were removed by the update operation.
172174

0 commit comments

Comments
 (0)