Merge pull request #1685 from randallsquared/patch-1

Fix correlation direction of wording in Ballmer Peak example.
This commit is contained in:
Ben Alpert
2014-06-12 12:34:53 -07:00
+1 -1
View File
@@ -32,7 +32,7 @@ var BallmerPeakCalculator = React.createClass({
<p>
If your BAC is{' '}
<input type="text" onChange={this.handleChange} value={this.state.bac} />
{', '}then <b>{pct}</b> of your lines of code will have bugs.
{', '}then <b>{pct}</b> of your lines of code will be bug free.
</p>
</div>
);