Skip to content

Commit de71568

Browse files
authored
Update reference.md
Adding escaped pipe characters to Logical OR section
1 parent 50712f4 commit de71568

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)