1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-16 19:54:38 +02:00

Merge pull request #3688 from lbertolazzi/patch-9

[whip/pt] Correção ortográfica
This commit is contained in:
Divay Prakash
2020-01-11 14:18:04 +05:30
committed by GitHub

View File

@@ -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