We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 367d260 commit 207c76bCopy full SHA for 207c76b
content/learn/03.programming/00.reference/reference.md
@@ -352,7 +352,7 @@ Compact version of the [Arduino Language Reference](https://www.arduino.cc/refer
352
| ------------------ | ------------------------------------------------------------------ |
353
| `! (logical not)` | Inverts the logical value, true becomes false and vice versa. |
354
| `&& (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. |
+| `||(logical or)` | Logical OR operator, returns true if at least one operand is true. |
356
357
358
### Pointer Access Operators
0 commit comments