Skip to content

Commit 3384ad6

Browse files
committed
update doc
1 parent e714264 commit 3384ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/umv.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pub struct NdSpline<'a, T: NdFloat>
5151
impl<'a, T> NdSpline<'a, T>
5252
where T: NdFloat + AlmostEqual
5353
{
54-
/// Creates `NdSpline` struct from given `order`, `breaks` and `coeffs`
54+
/// Creates `NdSpline` struct from given `breaks` and `coeffs`
5555
///
5656
/// Arguments:
5757
///

0 commit comments

Comments
 (0)