From 29969a3c7cc02e0a6c9501bdcd35ad3849a3253a Mon Sep 17 00:00:00 2001 From: Caleb Thompson Date: Mon, 16 Oct 2023 13:20:57 -0700 Subject: [PATCH] review change & fix column width --- source/triggers/database-triggers.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/triggers/database-triggers.txt b/source/triggers/database-triggers.txt index e779747f8..9ed4b3667 100644 --- a/source/triggers/database-triggers.txt +++ b/source/triggers/database-triggers.txt @@ -270,7 +270,7 @@ following operation types: .. list-table:: :header-rows: 1 - :widths: 10 30 + :widths: 12 30 * - Operation Type - Description @@ -300,7 +300,7 @@ following operation types: - Represents a collection being dropped. * - **Shard_Collection** - - Represents a collection getting sharded. + - Represents a collection changing from unsharded to sharded. * - **Reshard_Collection** - Represents a change to a collection's sharding.