We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c847efe commit d553e6aCopy full SHA for d553e6a
miri-script/src/main.rs
@@ -12,7 +12,7 @@ use clap::{Parser, Subcommand};
12
/// Parses a seed range
13
///
14
/// This function is used for the `--many-seeds` flag. It expects the range in the form
15
-/// `<from>..<to>`. `<from>` is inclusive, `<to>` is exclusive. `<from>` can bi omitted,
+/// `<from>..<to>`. `<from>` is inclusive, `<to>` is exclusive. `<from>` can be omitted,
16
/// in which case it is assumed to be `0`.
17
fn parse_range(val: &str) -> anyhow::Result<Range<u32>> {
18
let (from, to) = val
0 commit comments