From e6f96474c0805ef39001ffeac686dfe5bddef4e2 Mon Sep 17 00:00:00 2001 From: Lindsey Moore Date: Wed, 20 Nov 2024 13:40:21 -0500 Subject: [PATCH] remove documents --- source/fundamentals/crud/write-operations.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/fundamentals/crud/write-operations.txt b/source/fundamentals/crud/write-operations.txt index 344e997b..f773278d 100644 --- a/source/fundamentals/crud/write-operations.txt +++ b/source/fundamentals/crud/write-operations.txt @@ -10,11 +10,11 @@ Write Operations .. toctree:: :caption: Write Operations - Insert a Document - Delete a Document - Modify Documents + Insert + Delete + Modify Update Array Elements - Upsert Documents + Upsert Bulk Operations - :ref:`golang-insert-guide`