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" } ])