From 8a82545c46b371772501ee54bf7c0bc77b5d4af1 Mon Sep 17 00:00:00 2001
From: caryoscelus
Date: Mon, 28 Nov 2016 21:07:13 +0400
Subject: [PATCH] Fix a typo: t=0, not t-0
---
components/sections/extended/index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/sections/extended/index.js b/components/sections/extended/index.js
index 74f9287d..5b76ed2f 100644
--- a/components/sections/extended/index.js
+++ b/components/sections/extended/index.js
@@ -48,7 +48,7 @@ var Explanation = React.createClass({
Now that we know the mathematics behind Bézier curves, there's one curious thing that you may have
- noticed: they always run from t-0 to t=1. Why that particular interval?
+ noticed: they always run from t=0 to t=1. Why that particular interval?
It all has to do with how we run from "the start" of our curve to "the end" of our curve. If we have
a value that is a mixture of two other values, then the general formula for this is: