summaryrefslogtreecommitdiffstats
path: root/tokio/src/fs/rename.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/src/fs/rename.rs')
-rw-r--r--tokio/src/fs/rename.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio/src/fs/rename.rs b/tokio/src/fs/rename.rs
index de647da9..4f980821 100644
--- a/tokio/src/fs/rename.rs
+++ b/tokio/src/fs/rename.rs
@@ -3,7 +3,7 @@ use crate::fs::asyncify;
use std::io;
use std::path::Path;
-/// Rename a file or directory to a new name, replacing the original file if
+/// Renames a file or directory to a new name, replacing the original file if
/// `to` already exists.
///
/// This will not work if the new name is on a different mount point.