File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Language/Structure/Compound Operators Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,6 @@ categories: [ "Structure" ]
5
5
subCategories: [ "Compound Operators" ]
6
6
---
7
7
8
-
9
-
10
-
11
-
12
8
= |= Compound Bitwise OR
13
9
14
10
@@ -112,7 +108,7 @@ myByte |= B00000011 == B10101011;
112
108
=== See also
113
109
114
110
[role="language"]
115
- * #LANGUAGE# link:../../bitwise-operators/bitwiseor[& Bitwise OR]
111
+ * #LANGUAGE# link:../../bitwise-operators/bitwiseor[| Bitwise OR]
116
112
117
113
--
118
114
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ myByte ^= B00000011 == B10101001;
108
108
=== See also
109
109
110
110
[role="language"]
111
- * #LANGUAGE# link:../../bitwise-operators/bitwisexor[& Bitwise XOR]
111
+ * #LANGUAGE# link:../../bitwise-operators/bitwisexor[^ Bitwise XOR]
112
112
113
113
--
114
114
// SEE ALSO SECTION ENDS
You can’t perform that action at this time.
0 commit comments