Skip to content

Commit 2a4bf2e

Browse files
committed
RS feedback 2
1 parent 870787f commit 2a4bf2e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

source/fundamentals/builders.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -366,13 +366,12 @@ To learn more about the Aggregation Pipeline, see the
366366

367367
.. _csharp-builders-set:
368368

369-
Add Fields to Collection Documents
370-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
369+
Add Fields to Documents
370+
~~~~~~~~~~~~~~~~~~~~~~~
371371

372-
You can add new fields to existing documents in a collection
373-
by creating a ``$set`` stage in your aggregation pipeline. To
374-
create a ``$set`` stage, call the ``Set()`` method on a
375-
``PipelineStageDefinitionBuilder`` object.
372+
You can add new fields to documents by creating a ``$set`` stage in
373+
your aggregation pipeline. To create a ``$set`` stage, call the ``Set()``
374+
method on a ``PipelineStageDefinitionBuilder`` object.
376375

377376
.. tip::
378377

0 commit comments

Comments
 (0)