Skip to content

Commit 6f48323

Browse files
committed
fix spacing
1 parent 32561d3 commit 6f48323

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/cosmos-db/sql-query-operators.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Logical operators operate on Boolean values. The following tables show the logic
3636

3737
**OR operator**
3838

39-
Returns `true` when either of the conditions is `true`
39+
Returns `true` when either of the conditions is `true`.
4040

4141
| | **True** | **False** | **Undefined** |
4242
| --- | --- | --- | --- |
@@ -64,6 +64,8 @@ Reverses the value of any Boolean expression.
6464
| **False** |True |
6565
| **Undefined** |Undefined |
6666

67+
**Operator Precedence**
68+
6769
The logical operators `OR`, `AND`, and `NOT` have the precedence level shown below:
6870

6971
| **Operator** | **Priority** |

0 commit comments

Comments
 (0)