Skip to content

Commit 3fffd33

Browse files
committed
docs: Fix an unrelated link
1 parent 6895454 commit 3fffd33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/distributions/uniform.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
//! [`UniformInt`]: struct.UniformInt.html
108108
//! [`UniformFloat`]: struct.UniformFloat.html
109109
//! [`UniformDuration`]: struct.UniformDuration.html
110-
//! [`Borrow::borrow`]: trait.SampleBorrow.html
110+
//! [`SampleBorrow::borrow`]: trait.SampleBorrow.html#method.borrow
111111
112112
#[cfg(feature = "std")]
113113
use std::time::Duration;

0 commit comments

Comments
 (0)