mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Merge pull request #375 from ebzzry/gh-pages
Fix typos in the lisp guide
This commit is contained in:
commit
29b6d576f4
|
@ -738,7 +738,7 @@ Robert Brown
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
After that description, every file should start the code itself with an
|
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>
|
||||||
<p>
|
<p>
|
||||||
After that <code>in-package</code> form,
|
After that <code>in-package</code> form,
|
||||||
|
@ -3038,7 +3038,7 @@ Robert Brown
|
||||||
</STYLEPOINT>
|
</STYLEPOINT>
|
||||||
<STYLEPOINT title="Identity, Equality and Comparisons">
|
<STYLEPOINT title="Identity, Equality and Comparisons">
|
||||||
<SUMMARY>
|
<SUMMARY>
|
||||||
You should the appropriate predicates when comparing objects.
|
You should use the appropriate predicates when comparing objects.
|
||||||
</SUMMARY>
|
</SUMMARY>
|
||||||
<BODY>
|
<BODY>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user