about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-01-10 17:08:42 -0500
committerGitHub <noreply@github.com>2019-01-10 17:08:42 -0500
commite598ea83c88c5dfe203c5f39d391ed01626e4a17 (patch)
tree8dc7a701e0ce912a6001cd664faac6886bc7fad6 /src/libstd
parentf282f6b1f73f48e050028c121f1eb22a8cac9494 (diff)
downloadrust-e598ea83c88c5dfe203c5f39d391ed01626e4a17.tar.gz
rust-e598ea83c88c5dfe203c5f39d391ed01626e4a17.zip
Update src/libstd/path.rs
Co-Authored-By: steveklabnik <steve@steveklabnik.com>
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/path.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/path.rs b/src/libstd/path.rs
index d9ca6d3eb71..5c7bff70a0d 100644
--- a/src/libstd/path.rs
+++ b/src/libstd/path.rs
@@ -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`