diff options
author | Thiago Ribeiro <thiagofribeiro@gmail.com> | 2017-10-23 13:44:26 -0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-23 13:44:26 -0200 |
commit | b057f5f2bd43368043c1b8ed19e5335e66d18cc0 (patch) | |
tree | 8f43552c31c18c13a5e20fa41eeef824b545552e /pt-br | |
parent | 7c2bd365bd4f69d9d48b06fd1f2628dafc5218fb (diff) |
[c/pt-br] small typo
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 6e7aa8c2..c0cfb0ba 100644 --- a/pt-br/c-pt.html.markdown +++ b/pt-br/c-pt.html.markdown @@ -191,7 +191,7 @@ int main() { f1 / f2; // => 0.5, mais ou menos epsilon // Números e cálculos de ponto flutuante não são exatos - // Modulo também existe + // Módulo também existe 11 % 3; // => 2 // Operadores de comparação provavelmente são familiares, |