Skip to content

Commit 29906f4

Browse files
committed
update doc
1 parent a1ce287 commit 29906f4

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
@@ -21,7 +21,7 @@
2121
//! The crate provides the following features:
2222
//!
2323
//! - univariate data smoothing (X and Y are 1-d arrays/vectors)
24-
//! - multivariate data smoothing (X is a 1-d array and Y is n-d array)
24+
//! - multivariate data smoothing (X is a 1-d array and Y is a n-d array)
2525
//! - n-dimensional grid data (a surface or volume for example) smoothing
2626
//! - weighted smoothing
2727
//! - automatic smoothing (automatic computing the smoothing parameter)

0 commit comments

Comments
 (0)