X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Fstd%2Fsrc%2Ffs.rs;h=286ad68fd13e8fdf70efab2fb31cb122ec23286d;hb=c1d722c1cf6d1e497a042c0449ee7fdfcb18d2e6;hp=5c5ef0b1125a0d712a5ef787ce99ab5f0ec801f0;hpb=3f21b812bec836dc3bc0f56d4e34b7c46ec68af1;p=rust.git 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 @@ pub fn is_dir(&self) -> bool { } /// 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. ///