@@ -572,8 +572,8 @@ To create a new query plan, the query optimizer:
572572
5735731. runs the query against several candidate indexes in parallel.
574574
575- #. The query optimizer records the matches in a common results buffer
576- or buffers:
575+ #. records the matches in a common results buffer
576+ or buffers.
577577
578578 - If the candidate plans include only :term:`ordered query plans
579579 <ordered query plan>`, there is a single common results buffer.
@@ -916,13 +916,13 @@ For more information on the aggregation framework see
916916Additionally, MongoDB provides a number of simple data aggregation
917917operations for more basic data aggregation operations:
918918
919- - :method:`count() < cursor.count()> `
919+ - :method:`~ cursor.count()`
920920
921- - :dbcommand:` distinct() <distinct> `
921+ - :method:`~db.collection. distinct()`
922922
923- - :method:`group()`
923+ - :method:`~db.collection. group()`
924924
925- - :dbcommand:` mapReduce() <mapReduce> ` (See also
925+ - :method:`~db.collection. mapReduce()` (See also
926926 :doc:`/applications/map-reduce`.)
927927
928928.. index:: read operation; architecture
@@ -939,7 +939,7 @@ Read Operations From Sharded Clusters
939939~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
940940
941941:term:`Sharded clusters <sharded cluster>` allow you to partition a
942- data set among a cluster of program:`mongod` in a way that is nearly
942+ data set among a cluster of : program:`mongod` in a way that is nearly
943943transparent to the application. See the :doc:`/sharding` section of
944944this manual for additional information about these deployments.
945945
0 commit comments