Skip to content

Commit

Permalink
Fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
vks committed Apr 10, 2018
1 parent ed77f12 commit 65e7cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rand_core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ pub trait SeedableRng: Sized {
/// type Seed = MyRngSeed;
///
/// fn from_seed(seed: MyRngSeed) -> MyRng {
/// MyRng(MyRngSeed)
/// MyRng(seed)
/// }
/// }
/// ```
Expand Down

0 comments on commit 65e7cf1

Please sign in to comment.