Skip to content

Commit d553e6a

Browse files
committed
fix typo
1 parent c847efe commit d553e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miri-script/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use clap::{Parser, Subcommand};
1212
/// Parses a seed range
1313
///
1414
/// 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,
15+
/// `<from>..<to>`. `<from>` is inclusive, `<to>` is exclusive. `<from>` can be omitted,
1616
/// in which case it is assumed to be `0`.
1717
fn parse_range(val: &str) -> anyhow::Result<Range<u32>> {
1818
let (from, to) = val

0 commit comments

Comments
 (0)