diff --git a/src/fixture/tools.rs b/src/fixture/tools.rs index 6830607..8359006 100644 --- a/src/fixture/tools.rs +++ b/src/fixture/tools.rs @@ -12,7 +12,7 @@ use super::TempDir; /// Create empty directories at [`ChildPath`]. /// pub trait PathCreateDir { - /// Create an empty file at [`ChildPath`]. + /// Create an empty directory at [`ChildPath`]. /// /// # Examples ///