Skip to content

Commit 441bcd9

Browse files
committed
fixed typo; version 6.1.4
1 parent ca755c6 commit 441bcd9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

thinkjava.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
\newcommand{\thetitle}{Think Java}
77
\newcommand{\thesubtitle}{How to Think Like a Computer Scientist}
88
\newcommand{\theauthors}{Allen B. Downey and Chris Mayfield}
9-
\newcommand{\theversion}{6.1.3}
9+
\newcommand{\theversion}{6.1.4}
1010

1111
%%%% Both LATEX and PLASTEX
1212

@@ -383,7 +383,7 @@ \section*{Contributors over the years}
383383
We are especially grateful to our technical reviewers: Blythe Samuels, David Wisneski, and Stephen Rose.
384384
They found errors, made many great suggestions, and helped make the book much better.
385385

386-
Additional contributors who found one or more typos: Stijn Debrouwere, Guy Driesen, Andai Velican, Chris Kuszmaul, Daniel Kurikesu, Josh Donath, Rens Findhammer, Elisa Abedrapo, Yousef BaAfif, Bruce Hill, Matt Underwood, Isaac Sultan, Dan Rice, Robert Beard, Daniel Pierce, Michael Giftthaler, and Min Zeng.
386+
Additional contributors who found one or more typos: Stijn Debrouwere, Guy Driesen, Andai Velican, Chris Kuszmaul, Daniel Kurikesu, Josh Donath, Rens Findhammer, Elisa Abedrapo, Yousef BaAfif, Bruce Hill, Matt Underwood, Isaac Sultan, Dan Rice, Robert Beard, Daniel Pierce, Michael Giftthaler, Min Zeng, and Markus Geuss.
387387

388388
If you have additional comments or ideas about the text, please send them to: \href{mailto:feedback@greenteapress.com}{\tt feedback@greenteapress.com}.
389389

@@ -1345,7 +1345,7 @@ \section{Arithmetic operators}
13451345
\end{stdout}
13461346

13471347
Expressions are generally a combination of numbers, variables, and operators.
1348-
When complied and executed, they become a single value.
1348+
When compiled and executed, they become a single value.
13491349

13501350
For example, the expression \java{1 + 1} has the value \java{2}.
13511351
In the expression \java{hour - 1}, Java replaces the variable with its value, yielding \java{11 - 1}, which has the value \java{10}.

0 commit comments

Comments
 (0)