Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
trebb committed Jun 10, 2012
1 parent 021bde8 commit a380f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clqr-conditions-and-errors.tex
Expand Up @@ -39,7 +39,7 @@ \section{Conditions and Errors}
\retval{\VAR{foo}}. In a new condition, a \VAR{slot}'s value defaults
to \VAR{form} unless set via \kwd{:}\VAR{initarg-name}; it is readable
via (\VAR{reader} \VAR{i}) or (\VAR{accessor} \VAR{i}), and
writeable via (\VAR{writer} \VAR{value} \VAR{i}) or (\kwd{setf}
writable via (\VAR{writer} \VAR{value} \VAR{i}) or (\kwd{setf}
(\VAR{accessor} \VAR{i}) \VAR{value}). With
\kwd{:allocation :class}, \VAR{slot} is shared by all conditions of
type \VAR{foo}. A condition is reported by \VAR{string} or by
Expand Down

0 comments on commit a380f0f

Please sign in to comment.