From d314bbb1b7962b73eb9a8d725893fcea68f0d881 Mon Sep 17 00:00:00 2001 From: Angela Date: Mon, 21 Jul 2025 16:11:25 -0400 Subject: [PATCH 1/2] change title --- source/crud/update.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/crud/update.txt b/source/crud/update.txt index 4ab6dc7a..69753c13 100644 --- a/source/crud/update.txt +++ b/source/crud/update.txt @@ -156,8 +156,8 @@ configure an ``UpdateOptions`` instance: fields ` guide in the {+mdb-server+} manual for more information. -Modify Update Example -````````````````````` +Upsert Documents Example +```````````````````````` The following code uses the ``updateOne()`` method to match documents in which the ``name`` field value is ``"Sunrise Pizzeria"``. It then From cf57cc8b4142098f0f293b867a207049ee7ba874 Mon Sep 17 00:00:00 2001 From: Angela Date: Mon, 21 Jul 2025 16:18:18 -0400 Subject: [PATCH 2/2] edit title size --- source/crud/update.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/crud/update.txt b/source/crud/update.txt index 69753c13..ef184828 100644 --- a/source/crud/update.txt +++ b/source/crud/update.txt @@ -157,7 +157,7 @@ configure an ``UpdateOptions`` instance: {+mdb-server+} manual for more information. Upsert Documents Example -```````````````````````` +~~~~~~~~~~~~~~~~~~~~~~~~ The following code uses the ``updateOne()`` method to match documents in which the ``name`` field value is ``"Sunrise Pizzeria"``. It then