1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-26 17:54:52 +02:00

Update index.js

This commit is contained in:
Mike Kamermans
2016-02-20 21:30:11 -08:00
parent 7de57a8333
commit 35647adef1

View File

@@ -119,7 +119,7 @@ var Whatis = React.createClass({
<section>
<SectionHeader {...this.props} />
<p>Playing with the points for curves may have given you a feel for how Bézier curves behaves, but
<p>Playing with the points for curves may have given you a feel for how Bézier curves behave, but
what <em>are</em> Bézier curves, really? There are two ways to explain what a Bézier curve is, and
they turn out to be the entirely equivalent, but one of them uses complicated maths, and the other
uses really simple maths. So... let's start with the simple explanation:</p>