Skip to content

Commit f89a9a4

Browse files
authored
docs: fix typos (#280)
1 parent 4b73276 commit f89a9a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/random_state.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,12 +291,12 @@ impl RandomState {
291291
RandomState::from_keys(&fixed[0], &fixed[1], key)
292292
}
293293

294-
/// Allows for explicitly setting the seeds to used.
294+
/// Allows for explicitly setting the seeds to be used.
295295
/// All `RandomState`s created with the same set of keys will produce identical hashers.
296296
/// (In contrast to `generate_with` above)
297297
///
298298
/// Note: If DOS resistance is desired one of these should be a decent quality random number.
299-
/// If 4 high quality random number are not cheaply available this method is robust against 0s being passed for
299+
/// If 4 high quality random numbers are not cheaply available this method is robust against 0s being passed for
300300
/// one or more of the parameters or the same value being passed for more than one parameter.
301301
/// It is recommended to pass numbers in order from highest to lowest quality (if there is any difference).
302302
#[inline]

0 commit comments

Comments
 (0)