summaryrefslogtreecommitdiffstats
path: root/tokio/src/process
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/src/process')
-rw-r--r--tokio/src/process/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio/src/process/mod.rs b/tokio/src/process/mod.rs
index 3728c6cc..251d2ada 100644
--- a/tokio/src/process/mod.rs
+++ b/tokio/src/process/mod.rs
@@ -479,7 +479,7 @@ impl Command {
/// will be called and the spawn operation will immediately return with a
/// failure.
///
- /// # Notes and Safety
+ /// # Safety
///
/// This closure will be run in the context of the child process after a
/// `fork`. This primarily means that any modifications made to memory on