1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 12:00:34 +02:00

Merge pull request #2967 from daniloyamauti/patch-3

[c/pt-br] Small typos
This commit is contained in:
Andre Polykanine A.K.A. Menelion Elensúlë
2017-10-27 02:59:25 +03:00
committed by GitHub

View File

@@ -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