Skip to content

Commit 29b6d57

Browse files
authored
Merge pull request google#375 from ebzzry/gh-pages
Fix typos in the lisp guide
2 parents 1c41bbf + ee1c364 commit 29b6d57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lispguide.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ Robert Brown
738738
</p>
739739
<p>
740740
After that description, every file should start the code itself with an
741-
<code>(in-package :<em>package-name</em>)</code> form.
741+
<code>(in-package #:<em>package-name</em>)</code> form.
742742
</p>
743743
<p>
744744
After that <code>in-package</code> form,
@@ -3038,7 +3038,7 @@ Robert Brown
30383038
</STYLEPOINT>
30393039
<STYLEPOINT title="Identity, Equality and Comparisons">
30403040
<SUMMARY>
3041-
You should the appropriate predicates when comparing objects.
3041+
You should use the appropriate predicates when comparing objects.
30423042
</SUMMARY>
30433043
<BODY>
30443044
<p>

0 commit comments

Comments
 (0)