Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2bc6861

Browse files
Merge pull request #1768 from AndreaBruno97/main
Corrected typo in Arduino API documentation
2 parents 8f6c886 + d25686c commit 2bc6861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ Compact version of the [Arduino Language Reference](https://www.arduino.cc/refer
371371
| `<< (bitshift left)` | Shifts bits to the left. |
372372
| `>> (bitshift right)` | Shifts bits to the right. |
373373
| `^ (bitwise xor)` | Performs bitwise XOR (exclusive OR) operation. |
374-
| `(bitwise or)` | Performs bitwise OR operation. |
374+
| `\| (bitwise or)` | Performs bitwise OR operation. |
375375
| `~ (bitwise not)` | Inverts all bits. |
376376

377377

@@ -388,5 +388,5 @@ Compact version of the [Arduino Language Reference](https://www.arduino.cc/refer
388388
| `-= (compound subtraction)` | Subtracts the right operand from the left operand and assigns the result to the left operand. |
389389
| `/= (compound division)` | Divides the left operand by the right operand and assigns the result to the left operand. |
390390
| `^= (compound bitwise xor)` | Performs a bitwise XOR operation and assigns the result to the left operand. |
391-
| `= (compound bitwise or)` | Performs a bitwise OR operation and assigns the result to the left operand. |
391+
| `\|= (compound bitwise or)` | Performs a bitwise OR operation and assigns the result to the left operand. |
392392

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /