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

Commit

Permalink
Fixed spacing after comma
Browse files Browse the repository at this point in the history
  • Loading branch information
mwahl committed Jul 18, 2012
1 parent dddefd7 commit c6ff205
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions exercises/solving_quadratics_by_factoring.html
Expand Up @@ -58,8 +58,8 @@
</p>
<p id="hint3">
Since <code>(x <var>A &lt; 0 ? "+" : ""</var> <var>-A</var>)
(x <var>B &lt; 0 ? "+" : ""</var> <var>-B</var>) = 0</code>
, we know that one or both quantities must equal zero for the equation to be true.
(x <var>B &lt; 0 ? "+" : ""</var> <var>-B</var>) = 0</code>,
we know that one or both quantities must equal zero for the equation to be true.
</p>
<p id="hint4"><code>x + <var>-A</var> = 0</code> or <code>x + <var>-B</var> = 0</code></p>
<p id="hint5"><b>Thus, <code>x = <var>A</var></code> and <code>x = <var>B</var></code> are the solutions.</b></p>
Expand Down
4 changes: 2 additions & 2 deletions exercises/solving_quadratics_by_factoring_2.html
Expand Up @@ -58,8 +58,8 @@
</p>
<p id="hint3">
Since <code>(x <var>A &lt; 0 ? "+" : ""</var> <var>-A</var>)
(x <var>B &lt; 0 ? "+" : ""</var> <var>-B</var>) = 0</code>
, we know that one or both quantities must equal zero for the equation to be true.
(x <var>B &lt; 0 ? "+" : ""</var> <var>-B</var>) = 0</code>,
we know that one or both quantities must equal zero for the equation to be true.
</p>
<p id="hint4"><code>x + <var>-A</var> = 0</code> or <code>x + <var>-B</var> = 0</code></p>
<p id="hint5"><b>Thus, <code>x = <var>A</var></code> and <code>x = <var>B</var></code> are the solutions.</b></p>
Expand Down

0 comments on commit c6ff205

Please sign in to comment.