Skip to content

Commit 0f95825

Browse files
Update KCL docs (#616)
YOYO NEW KCL DOCS!! Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7ce29fd commit 0f95825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/pages/docs/kcl-lang/arithmetic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ KCL supports the usual arithmetic operators on numbers and logic operators on bo
1515
| `%` | Modulus aka remainder |
1616
| `^` | Power, e.g., `x ^ 2` means `x` squared |
1717
| `&` | Logical 'and' |
18-
| `|` | Logical 'or' |
18+
| `\|` | Logical 'or' |
1919
| `!` | Unary logical 'not' |
2020

2121
KCL also supports comparsion operators which operate on numbers and produce booleans:

0 commit comments

Comments
 (0)