Skip to content

Commit 36284bc

Browse files
committed
[docs] Fix typo in documentation
Signed-off-by: Mihai Budiu <mbudiu@feldera.com>
1 parent 26c9b64 commit 36284bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs.feldera.com/docs/sql/comparisons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ but always return a Boolean value (sometimes nullable):
7676
</tr>
7777
<tr>
7878
<td><a id="between"></a><code>BETWEEN SYMMETRIC ... AND ...</code></td>
79-
<td><code>x BETWEEN a AND b</code> is the same as <code>(a &lt;= x AND x &lt;= b) OR (b &lt; x AND x &lt; a)</code></td>
79+
<td><code>x BETWEEN a AND b</code> is the same as <code>(a &lt;= x AND x &lt;= b) OR (b &lt;= x AND x &lt;= a)</code></td>
8080
<td>inclusive at both endpoints; order of endpoints does not matter</td>
8181
</tr>
8282
<tr>

0 commit comments

Comments
 (0)