Skip to content

Commit

Permalink
Replace "using" with "used".
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-simbartl committed Sep 8, 2011
1 parent 3c4ac2b commit 295c68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ex13.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ \chapter{Exercise 13: Switch Statement}

The \ident{switch-statement} is actually entirely different and is really "jump
table". Instead of random boolean expressions, you can only put expressions
that result in integers, and these integers are using to calculate jumps from
that result in integers, and these integers are used to calculate jumps from
the top of the \ident{switch} to the part that matches that value. Here's some
code that we'll break down to understand this concept of "jump tables":

Expand Down

0 comments on commit 295c68e

Please sign in to comment.