diff options
author | Victor Bastos <victorwpbastos@gmail.com> | 2019-10-01 17:57:51 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-01 17:57:51 -0300 |
commit | 809c01a0a076b5ef9ce3f1342334ee39d04ee133 (patch) | |
tree | 8a5652a1ccd2baa4c65f0bc9b05010f779aa1135 /pt-br | |
parent | e2a23c5e23d731162e0dba2dc50999e86a95c623 (diff) |
[haskell/pt-br] Small typo
Diffstat (limited to 'pt-br')
-rw-r--r-- | pt-br/haskell-pt.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pt-br/haskell-pt.html.markdown b/pt-br/haskell-pt.html.markdown index 181aa471..f72fd296 100644 --- a/pt-br/haskell-pt.html.markdown +++ b/pt-br/haskell-pt.html.markdown @@ -41,7 +41,7 @@ o desenvolvimento deste paradigma de programação. 7 * 7 -- 7 vezes 7 7 / 7 -- 7 dividido por 7 --- Divisões não são inteiras, são fracionádas por padrão da linguagem +-- Divisões não são inteiras, são fracionadas por padrão da linguagem 28736 / 82374 -- 0.3488479374559934 |