diff options
author | Andre Polykanine A.K.A. Menelion Elensúlë <andre@oire.org> | 2017-10-27 02:59:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-27 02:59:25 +0300 |
commit | d5c14ac91aea2b341ca0fc33f7b08068bfe0ae9e (patch) | |
tree | fa52904370b96ebf98e8f233e0eba1d126e52b24 /pt-br | |
parent | 6a96f8b438e743dca2af0050d88c8968c975ede9 (diff) | |
parent | 1569318bdcfea0c486cd2fa6a374446fe6ae02c0 (diff) |
Merge pull request #2967 from daniloyamauti/patch-3
[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 |