Skip to content

Commit 0bc3c38

Browse files
authored
Update content/learn/03.programming/00.reference/reference.md
1 parent 57edac1 commit 0bc3c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learn/03.programming/00.reference/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ Compact version of the [Arduino Language Reference](https://www.arduino.cc/refer
352352
| ------------------ | ------------------------------------------------------------------ |
353353
| `! (logical not)` | Inverts the logical value, true becomes false and vice versa. |
354354
| `&& (logical and)` | Logical AND operator, returns true if both operands are true. |
355-
| `|| (logical or)` | Logical OR operator, returns true if at least one operand is true. |
355+
| `\|| (logical or)` | Logical OR operator, returns true if at least one operand is true. |
356356

357357

358358
### Pointer Access Operators

0 commit comments

Comments
 (0)