Skip to content

Commit 27c52c8

Browse files
committed
tweak meta
1 parent 55608cb commit 27c52c8

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

source/introduction.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,13 @@ functionality:
7979

8080
- :ref:`Sharding <sharding-introduction>` distributes data across a
8181
cluster of machines.
82-
83-
- MongoDB 3.4 supports creating :ref:`zones <zone-sharding>` of data based on
84-
the :term:`shard key`. In a balanced cluster, MongoDB directs reads and
85-
writes covered by a zone only to those shards inside the zone. See the
86-
:ref:`zone-sharding` manual page for more information.
82+
83+
- Starting in 3.4, MongoDB supports creating :ref:`zones
84+
<zone-sharding>` of data based on the :term:`shard key`. In a
85+
balanced cluster, MongoDB directs reads and writes covered by a zone
86+
only to those shards inside the zone. See the :ref:`zone-sharding`
87+
manual page for more information.
88+
8789

8890
Support for Multiple Storage Engines
8991
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

source/tutorial/insert-documents.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Insert Documents
1111

1212
.. meta::
1313
:description: Insert documents using MongoDB. Creates collection upon first insert.
14-
:keywords: insert documents, create documents, insert into collection, create collection, MongoDB 3.4, version 3.4
14+
:keywords: insert documents, create documents, insert into collection, create collection
1515

1616
This page provides examples of insert operations in MongoDB.
1717

0 commit comments

Comments
 (0)