From 6d0e2feb528a85b296171e3322995fd762957d7b Mon Sep 17 00:00:00 2001 From: Randall Randall Date: Thu, 12 Jun 2014 10:15:13 -0400 Subject: [PATCH] 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. --- examples/ballmer-peak/example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ballmer-peak/example.js b/examples/ballmer-peak/example.js index cc84c32050..f9ef06f110 100644 --- a/examples/ballmer-peak/example.js +++ b/examples/ballmer-peak/example.js @@ -32,7 +32,7 @@ var BallmerPeakCalculator = React.createClass({

If your BAC is{' '} - {', '}then {pct} of your lines of code will have bugs. + {', '}then {pct} of your lines of code will be bug free.

);