Skip to content

Commit adde4c0

Browse files
authored
docs: Fix markdown table formatting with pipe character (#7910)
1 parent faf6e41 commit adde4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)