Skip to content

Commit 95e4938

Browse files
committed
update doc
1 parent 29906f4 commit 95e4938

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
@@ -93,7 +93,7 @@
9393
//!
9494
//! let yi = GridCubicSmoothingSpline::new(&x, &y)
9595
//! .make().unwrap()
96-
//! .evaluate(&x).unwrap();
96+
//! .evaluate(&xi).unwrap();
9797
//!
9898
//! println!("xi: {:?}", xi);
9999
//! println!("yi: {}", yi);

0 commit comments

Comments
 (0)