We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12e8cf1 commit bf95a33Copy full SHA for bf95a33
source/fundamentals/linq.txt
@@ -591,9 +591,9 @@ in the Atlas manual and select :guilabel:`C#` from the language dropdown.
591
Bitwise Operators
592
~~~~~~~~~~~~~~~~~
593
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
+The following section describes the `bitwise operators <https://en.wikipedia.org/wiki/Bitwise_operation>`__
+supported by the {+driver-short+} that you can use in an aggregation pipeline.
+You can use multiple bitwise operators in the same
597
stage. The following limits apply when using bitwise operators:
598
599
All operands must be of type ``int`` or ``long``. ``$bitAnd``, ``$bitOr``,
0 commit comments