From 8be5646149cc0bf47808f042d6f0d9758aa88a72 Mon Sep 17 00:00:00 2001 From: Pi Delport Date: Sun, 3 Apr 2022 18:25:49 +0200 Subject: [PATCH] =?UTF-8?q?docs(fixture):=20create=5Fdir=5Fall:=20fix=20do?= =?UTF-8?q?cstring=20("file"=20=E2=86=92=20"directory")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/fixture/tools.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ///