Skip to content

Commit

Permalink
replace bigger/smaller with greater than/less than for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
imranghory committed Apr 4, 2012
1 parent 421a0a4 commit 9ea40c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/number_line_3.html
Expand Up @@ -39,7 +39,7 @@

<div class="hints">
<p>We know where <code><var>MIDPOINT</var></code> is on this number line because it is labeled.</p>
<p>Numbers to the left of <code><var>MIDPOINT</var></code> are smaller, while numbers to the right of <code><var>MIDPOINT</var></code> are bigger.</p>
<p>Numbers to the left are less than <code><var>MIDPOINT</var></code>, while numbers to the right are greater than <code><var>MIDPOINT</var></code>.</p>
<div data-if="DISTANCE !== 0">
<p>We need to find the number represented by the blue dot, which is <var>plural( abs( DISTANCE ), "position")</var> to the <span data-if="DISTANCE < 1">left</span><span data-else>right</span> of the orange dot.</p>
<div class="graphie" data-update="number-line">
Expand Down

0 comments on commit 9ea40c0

Please sign in to comment.