Merge pull request #375 from ebzzry/gh-pages

Fix typos in the lisp guide
pull/559/head
Samuel Freilich 2020-05-26 20:38:03 -04:00 committed by GitHub
commit 29b6d576f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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>