about summary refs log tree commit diff
path: root/library/std/src
diff options
context:
space:
mode:
authorAndré Vennberg <andre.vennberg@gmail.com>2023-01-14 18:26:38 +0100
committerAndré Vennberg <andre.vennberg@gmail.com>2023-01-14 18:26:38 +0100
commit2fea03f5e69481606257a1d4dfeae2c717991e48 (patch)
tree2fe3e772fea655c207ffd9b985be36a4ddcd9e1b /library/std/src
parent0b35f448f8e9f39ed6fc1c494eeb331afba513bc (diff)
Fix some missed double spaces.
Diffstat (limited to 'library/std/src')
-rw-r--r--library/std/src/fs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/fs.rs b/library/std/src/fs.rs
index 5c5ef0b1125..286ad68fd13 100644
--- a/library/std/src/fs.rs
+++ b/library/std/src/fs.rs
@@ -1512,7 +1512,7 @@ impl FileType {
     }
 
     /// Tests whether this file type represents a regular file.
-    /// The result is  mutually exclusive to the results of
+    /// The result is mutually exclusive to the results of
     /// [`is_dir`] and [`is_symlink`]; only zero or one of these
     /// tests may pass.
     ///