Skip to content

Commit 94e0971

Browse files
authored
Merge pull request #860 from YClayton/patch-1
Update compoundMultiplication.adoc
2 parents 1f8c5ad + 897ef47 commit 94e0971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Structure/Compound Operators/compoundMultiplication.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This is a convenient shorthand to perform multiplication of a variable with anot
4747
[source,arduino]
4848
----
4949
x = 2;
50-
x *= 2; // x now contains 4
50+
x *= 3; // x now contains 6
5151
----
5252

5353

0 commit comments

Comments
 (0)