diff options
| author | bors <bors@rust-lang.org> | 2018-02-25 02:07:14 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-02-25 02:07:14 +0000 |
| commit | 026339e42ba11a559767029d933d1197aefb877a (patch) | |
| tree | 884a690f24c660b4ece0ea6818846920f82631f4 /src/libstd | |
| parent | 28a1e4ffefa2620ad9f4179ea339833448874fd3 (diff) | |
| parent | 52047f0ba0d1b1144073963b9b009399d32fb984 (diff) | |
| download | rust-026339e42ba11a559767029d933d1197aefb877a.tar.gz rust-026339e42ba11a559767029d933d1197aefb877a.zip | |
Auto merge of #48520 - Manishearth:rollup, r=Manishearth
Rollup of 15 pull requests - Successful merges: #47689, #48110, #48197, #48296, #48386, #48392, #48404, #48415, #48441, #48448, #48452, #48481, #48490, #48499, #48503 - Failed merges:
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/path.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/path.rs b/src/libstd/path.rs index e03a182653e..4bbad30a5a3 100644 --- a/src/libstd/path.rs +++ b/src/libstd/path.rs @@ -1825,7 +1825,7 @@ impl Path { /// If the path is a normal file, this is the file name. If it's the path of a directory, this /// is the directory name. /// - /// Returns [`None`] If the path terminates in `..`. + /// Returns [`None`] if the path terminates in `..`. /// /// [`None`]: ../../std/option/enum.Option.html#variant.None /// |
