Skip to content

Commit

Permalink
Fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed Nov 11, 2023
1 parent 07ff249 commit 6c628a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokio/unix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ impl CommandGroupBuilder<'_, tokio::process::Command> {
///
/// ```no_run
/// use tokio::process::Command;
/// use command_group::CommandGroup;
/// use command_group::AsyncCommandGroup;
///
/// Command::new("ls")
/// .group()
Expand Down

0 comments on commit 6c628a1

Please sign in to comment.