Skip to content

Commit e60217e

Browse files
committed
fixed typo; version 6.1.6
1 parent fa4a574 commit e60217e

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.5}
9+
\newcommand{\theversion}{6.1.6}
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, Chris Fox, Min Zeng, and Markus Geuss.
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, Chris Fox, Min Zeng, Markus Geuss, and Waldo Ribeiro.
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

@@ -9863,7 +9863,7 @@ \section{Vocabulary}
98639863
An algorithm that searches array elements, one by one, until a target value is found.
98649864

98659865
\term{binary search}
9866-
An algorithm that searches a sorted array by starting in the middle, comparing and element to the target, and eliminating half of the remaining elements.
9866+
An algorithm that searches a sorted array by starting in the middle, comparing an element to the target, and eliminating half of the remaining elements.
98679867

98689868
\end{description}
98699869

0 commit comments

Comments
 (0)