Skip to content

Commit b526445

Browse files
Fixed docs.
1 parent bdc8c3a commit b526445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/numeric/impl_numeric.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use {
1919
Zip,
2020
};
2121

22-
/// Used to choose the interpolation strategy in [`percentile_axis_mut`].
22+
/// Used to provide an interpolation strategy to [`percentile_axis_mut`].
2323
///
2424
/// [`percentile_axis_mut`]: struct.ArrayBase.html#method.percentile_axis_mut
2525
pub trait Interpolate<T> {

0 commit comments

Comments
 (0)