From ee1c3644f741e2b31bbed244a8e53440f3af2c94 Mon Sep 17 00:00:00 2001
From: Rommel Martinez
Date: Tue, 19 Jun 2018 23:08:22 +0800
Subject: [PATCH] Fix typos in the lisp guide
---
lispguide.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lispguide.xml b/lispguide.xml
index 519e1a0..edc214e 100644
--- a/lispguide.xml
+++ b/lispguide.xml
@@ -738,7 +738,7 @@ Robert Brown
After that description, every file should start the code itself with an
- (in-package :package-name)
form.
+ (in-package #:package-name)
form.
After that in-package
form,
@@ -3038,7 +3038,7 @@ Robert Brown
- You should the appropriate predicates when comparing objects.
+ You should use the appropriate predicates when comparing objects.