Skip to content
Snippets Groups Projects
Commit 759f46cf authored by W. Spencer Smith's avatar W. Spencer Smith
Browse files

Fixed typo in lecture 14 (MIS)

parent 137c6865
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,11 @@
state variables for another module, or an environment variable.
\item Outputs use $out := ...$
\item Exceptions use $exc := ...$
\item If the state invariant is satisfied before an access program call, it
will remain satisfied after the call
\item State invariant is initially satisfied
\item Local functions make the specification easier to read (there is no
requirement that the local functions will actually be implemented in code)
\end{todolist}
\item Mathematical syntax
......
......@@ -771,7 +771,7 @@ seq\_init():
\item Using built-in language constructs
\end{itemize}
\item Caused by errors made by programmers, not by users
\item Write code so that it avoid exceptions
\item Write code so that it avoids exceptions
\item Exceptions will be particularly useful during testing
\end{itemize}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment