diff options
author | Divay Prakash <divayprakash@users.noreply.github.com> | 2020-01-24 19:45:12 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-24 19:45:12 +0530 |
commit | b00a26d98eb33ce1275eb40145ce9ff20633ad4c (patch) | |
tree | a5a816948e9b57a98312f59c844bee0d26603c2b /pt-br/whip-pt.html.markdown | |
parent | b2e762307e064843059a5e649f3e7016032e8d74 (diff) | |
parent | 529883d57870953493013c93b7d44fae6d4db88e (diff) |
Merge branch 'master' into add-csharp-resource
Diffstat (limited to 'pt-br/whip-pt.html.markdown')
-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 |