From 80fb6fbe2880e60d90a481a284e53421b0868702 Mon Sep 17 00:00:00 2001 From: Dimitri Sabadie Date: Sat, 27 Feb 2021 23:58:01 +0100 Subject: [PATCH] Tyyyyyyyyypo. --- src/key.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/key.rs b/src/key.rs index 91ff898..ccb24b2 100644 --- a/src/key.rs +++ b/src/key.rs @@ -1,6 +1,6 @@ //! Spline control points. //! -//! A control point associates to a “sampling value” (a.k.a. time) a carriede value that can be +//! A control point associates to a “sampling value” (a.k.a. time) a carried value that can be //! interpolated along the curve made by the control points. //! //! Splines constructed with this crate have the property that it’s possible to change the