diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-05-23 19:51:07 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-05-23 19:51:07 +0200 |
| commit | d233c28e768f8481a275e55d0eca8017c50dc712 (patch) | |
| tree | 630696b59b77875748fe479292704162a10d7759 /src/libstd/path.rs | |
| parent | 38a97becdf3e6a6157f6f7ec2d98ade8d8edc193 (diff) | |
| download | rust-d233c28e768f8481a275e55d0eca8017c50dc712.tar.gz rust-d233c28e768f8481a275e55d0eca8017c50dc712.zip | |
doc: missing words
Diffstat (limited to 'src/libstd/path.rs')
| -rw-r--r-- | src/libstd/path.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/path.rs b/src/libstd/path.rs index 6732af556e0..2ce6c18ee1a 100644 --- a/src/libstd/path.rs +++ b/src/libstd/path.rs @@ -258,7 +258,7 @@ mod platform { /// Path prefixes (Windows only). /// /// Windows uses a variety of path styles, including references to drive -/// volumes (like `C:`), network shared (like `\\server\share`) and +/// volumes (like `C:`), network shared folders (like `\\server\share`) and /// others. In addition, some path prefixes are "verbatim", in which case /// `/` is *not* treated as a separator and essentially no normalization is /// performed. @@ -312,7 +312,7 @@ impl<'a> Prefix<'a> { } - /// Determines if the prefix is verbatim, i.e. begins `\\?\`. + /// Determines if the prefix is verbatim, i.e. begins with `\\?\`. #[inline] #[stable(feature = "rust1", since = "1.0.0")] pub fn is_verbatim(&self) -> bool { |
