Skip to content

Commit 26dc55d

Browse files
committed
One more doc fix
1 parent 8aa5dd8 commit 26dc55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ndarray-rand/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ where
159159
/// Note that `SmallRng` is cheap to initialize and fast, but it may generate
160160
/// low-quality random numbers, and reproducibility is not guaranteed. See its
161161
/// documentation for information. You can select a different RNG with
162-
/// [`.random_using()`](Self::random_using).
162+
/// [`.sample_axis_using()`](RandomRefExt::sample_axis_using).
163163
pub trait RandomRefExt<A, D>
164164
where D: Dimension
165165
{

0 commit comments

Comments
 (0)