We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9523c82 + e3e1c8f commit 0a72101Copy full SHA for 0a72101
src/libstd/path.rs
@@ -1825,7 +1825,7 @@ impl Path {
1825
/// If the path is a normal file, this is the file name. If it's the path of a directory, this
1826
/// is the directory name.
1827
///
1828
- /// Returns [`None`] If the path terminates in `..`.
+ /// Returns [`None`] if the path terminates in `..`.
1829
1830
/// [`None`]: ../../std/option/enum.Option.html#variant.None
1831
0 commit comments