Update src/libstd/path.rs

Co-Authored-By: steveklabnik <steve@steveklabnik.com>
This commit is contained in:
Mazdak Farrokhzad 2019-01-10 17:08:42 -05:00 committed by GitHub
parent f282f6b1f7
commit e598ea83c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2202,7 +2202,7 @@ impl Path {
/// beginning of the path. For example, `a/./b`, `a/b/`, `a/b/.` and
/// `a/b` all have `a` and `b` as components, but `./a/b` starts with
/// an additional [`CurDir`] component.
///
///
/// * A trailing slash is normalized away, `/a/b` and `/a/b/` are equivalent.
///
/// Note that no other normalization takes place; in particular, `a/c`