From 166ee19d3c87c5eedd10458d74230839c8e2072c Mon Sep 17 00:00:00 2001 From: UlviMardaliyev Date: Mon, 6 Mar 2023 01:01:04 +0400 Subject: [PATCH] added commas --- source/core/views/specify-collation.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/core/views/specify-collation.txt b/source/core/views/specify-collation.txt index e0d2b9a1382..5d56d51d2f3 100644 --- a/source/core/views/specify-collation.txt +++ b/source/core/views/specify-collation.txt @@ -19,8 +19,8 @@ Create a ``places`` collection with the following documents: .. code-block:: javascript db.places.insertMany([ - { _id: 1, category: "café" } - { _id: 2, category: "cafe" } + { _id: 1, category: "café" }, + { _id: 2, category: "cafe" }, { _id: 3, category: "cafE" } ])