From 379cc44826afa80768419b08fb86e47405d94235 Mon Sep 17 00:00:00 2001 From: Jeff Allen Date: Wed, 17 Nov 2021 11:53:48 -0500 Subject: [PATCH] fix change events table styling --- source/reference/change-events.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/source/reference/change-events.txt b/source/reference/change-events.txt index a6cc11a897c..ddaf1839304 100644 --- a/source/reference/change-events.txt +++ b/source/reference/change-events.txt @@ -52,7 +52,7 @@ following table describes each field in the change stream response document: .. list-table:: :header-rows: 1 - :widths: 20 20 60 + :widths: 10 20 60 * - Field - Type @@ -159,14 +159,16 @@ following table describes each field in the change stream response document: This document and its fields only appears if the ``operationType`` is ``update``. - * - ``updateDescription.updatedFields`` + * - | ``updateDescription.`` + | ``updatedFields`` - document - A document whose keys correspond to the fields that were modified by the update operation. The value of each field corresponds to the new value of those fields, rather than the operation that resulted in the new value. - * - ``updateDescription.removedFields`` + * - | ``updateDescription.`` + | ``removedFields`` - array - An array of fields that were removed by the update operation.