Skip to content

Commit

Permalink
Merge pull request #675 from kini/fty-typo
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
ragerdl committed Dec 1, 2016
2 parents 0c45828 + 064ee98 commit c725336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion books/centaur/fty/top.lisp
Expand Up @@ -993,7 +993,7 @@ when you print them it is still pretty easy to tell what the fields are.</dd>
<dd>Example: a tagless product with 5 fields could be laid out as follows:
@({
`((,a . ,b) . (,c . (,d . e))) ;; :tree
`((,a . ,b) . (,c . (,d . ,e))) ;; :tree
`(,a ,b ,c ,d ,e) ;; :list
`((a . ,a) (b . ,b) (c . ,c) (d . ,d) (e . ,e)) ;; :alist
})</dd>
Expand Down

0 comments on commit c725336

Please sign in to comment.