summaryrefslogtreecommitdiffhomepage
path: root/pt-br
diff options
context:
space:
mode:
authorlbertolazzi <33129418+lbertolazzi@users.noreply.github.com>2019-10-11 10:41:24 -0300
committerGitHub <noreply@github.com>2019-10-11 10:41:24 -0300
commit3496f8228f7d53131ed6496dab45e4038a808e65 (patch)
tree9cd4b0ab1a1ccc79a8c87d84dab29cf3225c11bc /pt-br
parentf0eb830ebded612e53eef019776d6573fbc42ab0 (diff)
[whip/pt] Correção ortográfica
Diffstat (limited to 'pt-br')
-rw-r--r--pt-br/whip-pt.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/pt-br/whip-pt.html.markdown b/pt-br/whip-pt.html.markdown
index 7bdeec25..b11faf28 100644
--- a/pt-br/whip-pt.html.markdown
+++ b/pt-br/whip-pt.html.markdown
@@ -71,7 +71,7 @@ false
(= 1 1) ; => true
(equal 2 1) ; => false
-; Por exemplo, inigualdade pode ser verificada combinando as funções
+; Por exemplo, desigualdade pode ser verificada combinando as funções
;`not` e `equal`.
(! (= 2 1)) ; => true