Skip to content

Commit 161f31f

Browse files
committed
Fix doc link
1 parent cddc934 commit 161f31f

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
@@ -212,7 +212,7 @@ pub trait SampleUniform: PartialOrd+Sized {
212212
///
213213
/// [module documentation]: index.html
214214
/// [`Uniform`]: struct.Uniform.html
215-
/// [`sample_single`]: struct.UniformSampler.html#method.sample_single
215+
/// [`sample_single`]: trait.UniformSampler.html#method.sample_single
216216
pub trait UniformSampler: Sized {
217217
/// The type sampled by this implementation.
218218
type X: PartialOrd;

0 commit comments

Comments
 (0)