Skip to content

Commit 76bcced

Browse files
committed
Typos
1 parent f56a423 commit 76bcced

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ch00.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ \section*{Using the Code Examples}
173173
\item Alternatively, you could clone the original repository without forking.
174174
If you choose this option, you don't need a GitHub account, but you won't be able to save your changes on GitHub.
175175

176-
\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}.
176+
\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}.
177177

178178
\end{itemize}
179179

ch15.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
\chapter{Arrays of Arrays}
22
\label{conway}
33

4-
The last two chapters of this book use 2D graphics to illustrate more advanced object-oriented concepts.
4+
The last three chapters of this book use 2D graphics to illustrate more advanced object-oriented concepts.
55
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.
66
In this chapter, we use these classes to draw images and animations, and to run graphical simulations.
77

0 commit comments

Comments
 (0)