From bce21489d8d7e3a3f3d4ede2154dba082647296e Mon Sep 17 00:00:00 2001 From: Pratik Karki Date: Fri, 25 Aug 2017 16:54:55 +0545 Subject: Fix typo(#2816) --- CHICKEN.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHICKEN.html.markdown') diff --git a/CHICKEN.html.markdown b/CHICKEN.html.markdown index 5d1daa4c..7fb0270b 100644 --- a/CHICKEN.html.markdown +++ b/CHICKEN.html.markdown @@ -255,7 +255,7 @@ sqr ;; => # (equal? '(1 2 3) '(1 2 3)) ;; => #t (equal? #(a b c) #(a b c)) ;; => #t (equal? 'a 'a) ;; => #t -(equal? "abc" "abc") ;; => #f +(equal? "abc" "abc") ;; => #t ;; In Summary: ;; eq? tests if objects are identical -- cgit v1.2.3