Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Nov 1, 2021
1 parent 110d231 commit 9e88463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/partition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pub fn run(argv: &[&str]) -> CliResult<()> {
fs::create_dir_all(&args.arg_outdir)?;

// It would be nice to support efficient parallel partitions, but doing
// do would involve more complicated inter-thread communication, with
// so would involve more complicated inter-thread communication, with
// multiple readers and writers, and some way of passing buffers
// between them.
args.sequential_partition()
Expand Down

0 comments on commit 9e88463

Please sign in to comment.