Skip to content

Commit e598ea8

Browse files
Update src/libstd/path.rs
Co-Authored-By: steveklabnik <[email protected]>
1 parent f282f6b commit e598ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/path.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2202,7 +2202,7 @@ impl Path {
22022202
/// beginning of the path. For example, `a/./b`, `a/b/`, `a/b/.` and
22032203
/// `a/b` all have `a` and `b` as components, but `./a/b` starts with
22042204
/// an additional [`CurDir`] component.
2205-
///
2205+
///
22062206
/// * A trailing slash is normalized away, `/a/b` and `/a/b/` are equivalent.
22072207
///
22082208
/// Note that no other normalization takes place; in particular, `a/c`

0 commit comments

Comments
 (0)