Remove extra word

This commit is contained in:
qdflavel 2020-02-10 10:46:27 -05:00 committed by Quinn Flavel
parent cad5a28a21
commit 1c2dd6a282
No known key found for this signature in database
GPG key ID: EFCF047CF5256136

View file

@ -50,7 +50,7 @@ Here are some examples:
## De Casteljau's algorithm
There's a mathematical formula for Bezier curves, but let's cover it a bit later, because
[De Casteljau's algorithm](https://en.wikipedia.org/wiki/De_Casteljau%27s_algorithm) it is identical to the mathematical definition and visually shows how it is constructed.
[De Casteljau's algorithm](https://en.wikipedia.org/wiki/De_Casteljau%27s_algorithm) is identical to the mathematical definition and visually shows how it is constructed.
First let's see the 3-points example.