Skip to content

Commit a53b35b

Browse files
committed
small fixes
1 parent 6457609 commit a53b35b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/aggregation/stages.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,8 @@ BsonDocument
8282
Some aggregation stages don't have corresponding methods in the {+driver-short+}.
8383
To add these stages to your pipeline, use ``BsonDocument`` objects or string literals
8484
to construct a stage in the Query API syntax. Then, pass the BSON document to the
85-
`PipelineDefinitionBuilder.AppendStage() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.PipelineDefinitionBuilder.AppendStage.html>`__
86-
method. This syntax supports all stages in the aggregation pipeline, but doesn't provide
87-
type hints or type safety to your code.
85+
``PipelineDefinitionBuilder.AppendStage()`` method. This syntax supports all stages
86+
in the aggregation pipeline, but doesn't provide type hints or type safety.
8887

8988
The following code example shows how to add ``$unset``, an aggregation
9089
stage without a corresponding method, to an empty aggregation pipeline:
@@ -112,7 +111,7 @@ to your pipeline.
112111

113112
.. list-table::
114113
:header-rows: 1
115-
:widths: 20 80
114+
:widths: 20 60 20
116115

117116
* - Aggregation Stage
118117
- Description
@@ -342,4 +341,5 @@ following API documentation:
342341
- `Aggregate() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.IMongoCollection-1.Aggregate.html>`__
343342
- `AggregateOptions <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.AggregateOptions.html>`__
344343
- `EmptyPipelineDefinition<TDocument> <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.EmptyPipelineDefinition-1.-ctor.html>`__
345-
- `BsonDocument <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.BsonDocument.html>`__
344+
- `BsonDocument <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.BsonDocument.html>`__
345+
- `PipelineDefinitionBuilder.AppendStage() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.PipelineDefinitionBuilder.AppendStage.html>`__

0 commit comments

Comments
 (0)