Skip to content

Update compoundMultiplication.adoc #860

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 7, 2022
Merged

Conversation

YClayton
Copy link
Contributor

Change Example Code from:

x = 2;
x *= 2; // x now contains 4


Change it to:
x = 2;
x *= 3; // x now contains 6

Just makes it a little clearer, since 2+2=4 and 2*2=4. Too many twos.

Change Example Code from:

x = 2;
x *= 2; // x now contains 4

----

Change it to:
x = 2;
x *= 3; // x now contains 6
----

Just makes it a little clearer, since 2+2=4 and 2*2=4. Too many twos.
@CLAassistant
Copy link

CLAassistant commented Dec 24, 2021

CLA assistant check
All committers have signed the CLA.

Copy link
Collaborator

@per1234 per1234 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @YClayton!

@per1234 per1234 merged commit 94e0971 into arduino:master May 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants