Skip to content

Commit

Permalink
update doc comment
Browse files Browse the repository at this point in the history
Co-authored-by: Alice Ryhl <[email protected]>
  • Loading branch information
czy-29 and Darksonn committed Jan 10, 2025
1 parent 2c040c0 commit 7317aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/process/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ impl Command {

/// Returns the boolean value that was previously set by [`Command::kill_on_drop`].
///
/// Note that if you have not previously called [`Command:: kill_on_drop`], the
/// Note that if you have not previously called [`Command::kill_on_drop`], the
/// default value of `false` will be returned here.
///
/// # Examples
Expand Down

0 comments on commit 7317aaa

Please sign in to comment.