Fix typos in the lisp guide

This commit is contained in:
Rommel Martinez 2018-06-19 23:08:22 +08:00 committed by Rommel Martinez
parent c0c1483792
commit ee1c3644f7

View File

@ -738,7 +738,7 @@ Robert Brown
</p>
<p>
After that description, every file should start the code itself with an
<code>(in-package :<em>package-name</em>)</code> form.
<code>(in-package #:<em>package-name</em>)</code> form.
</p>
<p>
After that <code>in-package</code> form,
@ -3038,7 +3038,7 @@ Robert Brown
</STYLEPOINT>
<STYLEPOINT title="Identity, Equality and Comparisons">
<SUMMARY>
You should the appropriate predicates when comparing objects.
You should use the appropriate predicates when comparing objects.
</SUMMARY>
<BODY>
<p>