We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b15b16 commit 1aa4a57Copy full SHA for 1aa4a57
src/libstd/path.rs
@@ -1819,7 +1819,7 @@ impl Path {
1819
/// Yields a [`&str`] slice if the `Path` is valid unicode.
1820
///
1821
/// This conversion may entail doing a check for UTF-8 validity.
1822
- /// Also it it worthwhile noting that validation is performed because Non-UTF-8 strings are
+ /// Note that validation is performed because non-UTF-8 strings are
1823
/// perfectly valid for some OS.
1824
1825
/// [`&str`]: ../primitive.str.html
0 commit comments