diff options
author | Divay Prakash <divayprakash@users.noreply.github.com> | 2020-01-11 14:18:04 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-11 14:18:04 +0530 |
commit | 6e1b56b2bffd7f026f2c5b65d964cd9f8c6e8ea9 (patch) | |
tree | 34132991c16c268e704300bd705282ae3e9e3fe5 | |
parent | 21de21457bb335a6541adfae8b72720537b5eeb4 (diff) | |
parent | 3496f8228f7d53131ed6496dab45e4038a808e65 (diff) |
Merge pull request #3688 from lbertolazzi/patch-9
[whip/pt] Correção ortográfica
-rw-r--r-- | pt-br/whip-pt.html.markdown | 2 |
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 |