Skip to content

Commit a1ce287

Browse files
committed
update doc
1 parent 732ca91 commit a1ce287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! # Cubic spline approximation (smoothing)
22
//!
3-
//! csaps is a crate for univariate, multivariate and n-d grid data interpolation and approximation
3+
//! csaps is a crate for univariate, multivariate and n-dimensional grid data interpolation and approximation
44
//! using cubic smoothing splines.
55
//!
66
//! The crate provides functionality for computing and evaluating cubic smoothing splines.

0 commit comments

Comments
 (0)