Skip to content

Commit 55d4c9d

Browse files
committed
update doc comments
1 parent 00affce commit 55d4c9d

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
@@ -22,7 +22,7 @@
2222
//!
2323
//! - univariate data smoothing (X and Y are 1-d arrays/vectors)
2424
//! - multivariate data smoothing (X is a 1-d array and Y is n-d array)
25-
//! - n-dimensional grid data (a surface or volume for example) smoothing. Currently, the feature is not implemented yet
25+
//! - n-dimensional grid data (a surface or volume for example) smoothing
2626
//! - weighted smoothing
2727
//! - automatic smoothing (automatic computing the smoothing parameter)
2828
//! - computing natural cubic spline interpolant when smoothing parameter is equal to one

0 commit comments

Comments
 (0)