Skip to content

Commit bcdf263

Browse files
authored
Merge pull request #214 from PSeitz/patch-1
Remove disambiguity from example
2 parents 7a3666a + 1150dbb commit bcdf263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ impl Rng for ThreadRng {
943943
/// *x = rand::random()
944944
/// }
945945
///
946-
/// // would be faster as
946+
/// // can be made faster by caching thread_rng
947947
///
948948
/// let mut rng = rand::thread_rng();
949949
///

0 commit comments

Comments
 (0)