mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-18 18:00:35 +01:00
Fix typo in a job.rs comment
This commit is contained in:
parent
7213f5a88e
commit
e46998278a
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ pub fn job(
|
|||
|
||||
// Drop the lock so that other threads can read from the receiver.
|
||||
drop(lock);
|
||||
// Generate a command, executes it and store its exit code.
|
||||
// Generate a command, execute it and store its exit code.
|
||||
results.push(cmd.generate_and_execute(&value, Arc::clone(&out_perm)))
|
||||
}
|
||||
// Returns error in case of any error.
|
||||
|
|
Loading…
Reference in a new issue