Fix wording.

The Ballmer Peak XKCD suggests that it's a graph of ability, rather than bug frequency, which should be inversely correlated with ability.  A simple change of the wording fixes this terrible mishandling of Ballmer Peak data.
This commit is contained in:
Randall Randall
2014-06-12 10:15:13 -04:00
parent 303a719f92
commit 6d0e2feb52

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>
);