From 723eb5e989472fbe54e1ea0327db0b8017e75c54 Mon Sep 17 00:00:00 2001 From: Redempt Date: Mon, 23 Oct 2023 19:38:45 -0400 Subject: [PATCH] Fix some typos in docs (#260) --- src/file/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/file/mod.rs b/src/file/mod.rs index 0b9d183d5..8a28343e0 100644 --- a/src/file/mod.rs +++ b/src/file/mod.rs @@ -731,7 +731,7 @@ impl NamedTempFile { /// # Security /// /// This method persists the temporary file using its path and may not be - /// secure in the in all cases. Please read the security section on the top + /// secure in all cases. Please read the security section on the top /// level documentation of this type for details. /// /// # Errors @@ -785,7 +785,7 @@ impl NamedTempFile { /// # Security /// /// This method persists the temporary file using its path and may not be - /// secure in the in all cases. Please read the security section on the top + /// secure in all cases. Please read the security section on the top /// level documentation of this type for details. /// /// # Errors