Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenDowney committed Jul 1, 2020
1 parent f56a423 commit 76bcced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ch00.tex
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ \section*{Using the Code Examples}
\item Alternatively, you could clone the original repository without forking.
If you choose this option, you don't need a GitHub account, but you won't be able to save your changes on GitHub.

\item If you don't want to use Git at all, you can download the code in a ZIP archive using the {\sf Clone or download} button on the GitHub page, or this link: \url{https://thinkjava.org/code2zip}.
\item If you don't want to use Git at all, you can download the code in a ZIP archive using the {\sf Clone} button on the GitHub page, or this link: \url{https://thinkjava.org/code2zip}.

\end{itemize}

Expand Down
2 changes: 1 addition & 1 deletion ch15.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\chapter{Arrays of Arrays}
\label{conway}

The last two chapters of this book use 2D graphics to illustrate more advanced object-oriented concepts.
The last three chapters of this book use 2D graphics to illustrate more advanced object-oriented concepts.
If you haven't yet read Appendix~\ref{graphics}, you might want to read it now and become familiar with the \java{Canvas}, \java{Color}, and \java{Graphics} classes from the \java{java.awt} package.
In this chapter, we use these classes to draw images and animations, and to run graphical simulations.

Expand Down

0 comments on commit 76bcced

Please sign in to comment.