Skip to content

Commit

Permalink
Update src/libstd/path.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: steveklabnik <steve@steveklabnik.com>
  • Loading branch information
Centril and steveklabnik committed Jan 10, 2019
1 parent f282f6b commit e598ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/path.rs
Expand Up @@ -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`
Expand Down

0 comments on commit e598ea8

Please sign in to comment.