Fix a typo in the top-level documentation.

This commit is contained in:
Dimitri Sabadie 2018-10-13 23:20:00 +02:00
parent a3a2919eb4
commit ed222e001d

View File

@ -64,7 +64,7 @@
//! # Features and customization //! # Features and customization
//! //!
//! This crate was written with features baked in and hidden behind feature-gates. The idea is that //! This crate was written with features baked in and hidden behind feature-gates. The idea is that
//! the default configuration (i.e. you just add `"spline = …"` to your `Cargo.toml`) will always //! the default configuration (i.e. you just add `"splines = …"` to your `Cargo.toml`) will always
//! give you the minimal, core and raw concepts of what splines, keys / knots and interpolation //! give you the minimal, core and raw concepts of what splines, keys / knots and interpolation
//! modes are. However, you might want more. Instead of letting other people do the extra work to //! modes are. However, you might want more. Instead of letting other people do the extra work to
//! add implementations for very famous and useful traits and do it in less efficient way, because //! add implementations for very famous and useful traits and do it in less efficient way, because