diff options
author | daniloyamauti <33129352+daniloyamauti@users.noreply.github.com> | 2017-10-26 14:11:13 -0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-26 14:11:13 -0200 |
commit | 1569318bdcfea0c486cd2fa6a374446fe6ae02c0 (patch) | |
tree | f427c29ea971e3d3a5ca6f67b19820ab6e32f8b2 /pt-br | |
parent | 312ac2ce4588a28ad6374db074b7ed0514d3cd0d (diff) |
[c++/pt-br] Small typos
Diffstat (limited to 'pt-br')
-rw-r--r-- | pt-br/c-pt.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pt-br/c-pt.html.markdown b/pt-br/c-pt.html.markdown index c0cfb0ba..0dca7ab0 100644 --- a/pt-br/c-pt.html.markdown +++ b/pt-br/c-pt.html.markdown @@ -182,7 +182,7 @@ int main() { int a, b, c; a = b = c = 0; - // Aritimética é óbvia + // Aritmética é óbvia i1 + i2; // => 3 i2 - i1; // => 1 i2 * i1; // => 2 |