diff options
Diffstat (limited to 'src/libcore/path.rs')
| -rw-r--r-- | src/libcore/path.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/path.rs b/src/libcore/path.rs index 75ca4cb035e..a771f2b9928 100644 --- a/src/libcore/path.rs +++ b/src/libcore/path.rs @@ -136,7 +136,7 @@ fn connect_many(paths: [path]) -> path { } #[doc = " -Split a path into it's individual components +Split a path into its individual components Splits a given path by path separators and returns a vector containing each piece of the path. On Windows, if the path is absolute then |
