Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5758f8d

Browse files
committed
Merge pull request facebook#1685 from randallsquared/patch-1
Fix correlation direction of wording in Ballmer Peak example.
2 parents 303a719 + 6d0e2fe commit 5758f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ballmer-peak/example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var BallmerPeakCalculator = React.createClass({
3232
<p>
3333
If your BAC is{' '}
3434
<input type="text" onChange={this.handleChange} value={this.state.bac} />
35-
{', '}then <b>{pct}</b> of your lines of code will have bugs.
35+
{', '}then <b>{pct}</b> of your lines of code will be bug free.
3636
</p>
3737
</div>
3838
);

0 commit comments

Comments
 (0)