Skip to content

Commit e7b870a

Browse files
committed
fix examples code
1 parent 17049d8 commit e7b870a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ndg.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ impl<'a, T, D> NdGridSpline<'a, T, D>
121121
/// let x1 = array![1.0, 2.0, 3.0, 4.0];
122122
/// let x = vec![x0.view(), x1.view()];
123123
///
124-
/// let y = vec![
124+
/// let y = array![
125125
/// [0.5, 1.2, 3.4, 2.5],
126126
/// [1.5, 2.2, 4.4, 3.5],
127127
/// [2.5, 3.2, 5.4, 4.5],

0 commit comments

Comments
 (0)