Skip to content

Commit 181954f

Browse files
authored
DOCSP-37242 Fix Project Stage Syntax Rendering (#6585) (#6619)
* DOCSP-37242 Fix Project Stage Syntax Rendering * build errors * Revert "build errors" This reverts commit 7406d4aeec1fdf5ebb9dad30415b630a9156c60e.
1 parent e81dc07 commit 181954f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/reference/operator/aggregation/project.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ The :pipeline:`$project` specifications have the following forms:
5151

5252
* - ``<field>: <1 or true>``
5353

54-
- Specifies the inclusion of a field. Non-zero integers are also
55-
treated as ``true``.
54+
- Specifies the inclusion of a field. Non-zero integers are also treated
55+
as ``true``.
5656

5757
* - ``_id: <0 or false>``
5858
- Specifies the suppression of the ``_id`` field.

0 commit comments

Comments
 (0)