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.
1 parent 6070d3e commit e3e1c8fCopy full SHA for e3e1c8f
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