mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 01:51:38 +00:00
[c++/pt-br] Small typos
This commit is contained in:
parent
312ac2ce45
commit
1569318bdc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user