From a6503e41df78becd172a53ffd4e7172397176e6b Mon Sep 17 00:00:00 2001 From: Rommel Martinez Date: Tue, 20 Mar 2018 06:32:29 +0800 Subject: [PATCH 1/2] Fix typo --- lispguide.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispguide.xml b/lispguide.xml index 519e1a0..7335fca 100644 --- a/lispguide.xml +++ b/lispguide.xml @@ -3038,7 +3038,7 @@ Robert Brown - You should the appropriate predicates when comparing objects. + You should use the appropriate predicates when comparing objects.

From edcc3d9c2d5fa2da7bfdaac29b253be31fd24f23 Mon Sep 17 00:00:00 2001 From: Rommel Martinez Date: Thu, 22 Mar 2018 18:04:16 +0800 Subject: [PATCH 2/2] Fix typo --- lispguide.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispguide.xml b/lispguide.xml index 7335fca..0eacac1 100644 --- a/lispguide.xml +++ b/lispguide.xml @@ -3545,7 +3545,7 @@ Robert Brown

You should not use NCONC; you should use APPEND instead, - or better, better data structures. + or better data structures.