Skip to content

Commit bf95a33

Browse files
committed
reworking first sentence
1 parent 12e8cf1 commit bf95a33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/fundamentals/linq.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -591,9 +591,9 @@ in the Atlas manual and select :guilabel:`C#` from the language dropdown.
591591
Bitwise Operators
592592
~~~~~~~~~~~~~~~~~
593593

594-
The {+driver-short+} supports the use of the following
595-
`bitwise operators <https://en.wikipedia.org/wiki/Bitwise_operation>`__ in the
596-
aggregation pipeline. You can use multiple bitwise operators in the same
594+
The following section describes the `bitwise operators <https://en.wikipedia.org/wiki/Bitwise_operation>`__
595+
supported by the {+driver-short+} that you can use in an aggregation pipeline.
596+
You can use multiple bitwise operators in the same
597597
stage. The following limits apply when using bitwise operators:
598598

599599
All operands must be of type ``int`` or ``long``. ``$bitAnd``, ``$bitOr``,

0 commit comments

Comments
 (0)