Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Change addition to multiplication in area_of_squares_and_rectangles
Browse files Browse the repository at this point in the history
  • Loading branch information
beneater committed Jun 15, 2012
1 parent adb2b13 commit d518edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion exercises/area_1.html
Expand Up @@ -270,7 +270,6 @@
stroke: "#bbb" });
});


_.each(SIDES, function(side) {
path([side.start, side.end], {stroke: BLUE});
});
Expand Down
3 changes: 2 additions & 1 deletion exercises/area_of_squares_and_rectangles.html
Expand Up @@ -125,7 +125,8 @@
</code></p>
</div>
<div>
<p><code>\qquad \pink{<var>S</var>} + \pink{<var>S</var>} =
<p><code>\qquad \pink{<var>S</var>} \times
\pink{<var>S</var>} =
<var>S * S</var>\text{ <var>UNIT</var>}
</code></p>
<p>
Expand Down

0 comments on commit d518edd

Please sign in to comment.