1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 01:04:10 +02:00

[whip/pt] Correção ortográfica

This commit is contained in:
lbertolazzi
2019-10-11 10:41:24 -03:00
committed by GitHub
parent f0eb830ebd
commit 3496f8228f

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