1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-01 12:30:48 +02:00

[c++/pt-br] Small typos

This commit is contained in:
daniloyamauti
2017-10-26 14:11:13 -02:00
committed by GitHub
parent 312ac2ce45
commit 1569318bdc

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