mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-01-17 13:38:38 +01:00
[c/pt-br] Small typo
This commit is contained in:
parent
82fd640dba
commit
3f3d5763dd
@ -538,7 +538,7 @@ int area(retan r)
|
||||
return r.largura * r.altura;
|
||||
}
|
||||
|
||||
// Se você tiver structus grande, você pode passá-las "por ponteiro"
|
||||
// Se você tiver structs grandes, você pode passá-las "por ponteiro"
|
||||
// para evitar cópia de toda a struct:
|
||||
int area(const retan *r)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user