Merge pull request #266 from svetlyak40wt/patch-1

Fixed "full hairy example" of formatting control string in Common Lisp style guide
This commit is contained in:
Samuel Freilich 2020-05-26 20:38:42 -04:00 committed by GitHub
commit 276f2d9f1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3256,7 +3256,7 @@ Robert Brown
as the number to choose a clause.
The same as no parameters in all other ways.
Here's the full hairy example:
<code>"Items:~#[ none~; ~S~; ~S and ~S~:;~@{~#[~; and~] ~S~^ ,~}~]."</code>
<code>"Items: ~#[ none~; ~S~; ~S and ~S~:;~@{~S~^~#[~; and ~:;, ~]~}~]."</code>
</dd>
</dl>
</BODY>