Skip to content

Commit

Permalink
Unclear wording on ex13.
Browse files Browse the repository at this point in the history
  • Loading branch information
zedshaw committed Sep 16, 2011
1 parent 6cb5d0b commit ea87c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ex13.tex
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ \section{How To Break It}
\item Accidentally put in variable into the \ident{switch} that
evaluates to something unexpected, like an \ident{int}
that becomes weird values.
\item Use initialized values in the test.
\item Use uninitialized values in the \ident{switch}.
\end{enumerate}

You can also break this program in a few other ways. See if you
Expand Down

0 comments on commit ea87c11

Please sign in to comment.