From a493ffa0532ededb038c766116dffd1d9b2c12f2 Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Tue, 11 Jun 2019 02:07:12 +0100 Subject: [PATCH] Add missing space in projections section (#200) --- components/sections/projections/content.en-GB.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sections/projections/content.en-GB.md b/components/sections/projections/content.en-GB.md index 246b28e1..ee0ea4ad 100644 --- a/components/sections/projections/content.en-GB.md +++ b/components/sections/projections/content.en-GB.md @@ -11,6 +11,6 @@ If the Bézier curve is of low enough order, we might be able to [work out the m We keep repeating this process until the interval is small enough to claim the difference in precision found is irrelevant for the purpose we're trying to find `t` for. In this case, I'm arbitrarily fixing it at 0.0001. -The following graphic demonstrates the result of this procedure.Simply move the cursor around, and if it does not lie on top of the curve, you will see a line that projects the cursor onto the curve based on an iteratively found "ideal" `t` value. +The following graphic demonstrates the result of this procedure. Simply move the cursor around, and if it does not lie on top of the curve, you will see a line that projects the cursor onto the curve based on an iteratively found "ideal" `t` value.