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.