From 8da57f682f2f19dbb86beaf545e63348d3ddbb5a Mon Sep 17 00:00:00 2001 From: harold cooper Date: Fri, 16 Sep 2016 14:28:47 -0400 Subject: [PATCH] typo fix remove errant comma --- components/sections/whatis/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sections/whatis/index.js b/components/sections/whatis/index.js index d2b2cfa7..daaf0f50 100644 --- a/components/sections/whatis/index.js +++ b/components/sections/whatis/index.js @@ -127,7 +127,7 @@ var Whatis = React.createClass({

Bezier curves are the result of linear interpolations. That sounds complicated but you've been doing linear interpolation since you were very young: any time you had to point at something between two other things, you've been applying - linear interpolation. It's simply "picking a point between two, points".

+ linear interpolation. It's simply "picking a point between two points".

If we know the distance between those two points, and we want a new point that is, say, 20% the distance away from the first point (and thus 80% the distance away from the second point) then we