Skip to content

Commit

Permalink
doc: missing words
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed May 23, 2015
1 parent 38a97be commit d233c28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libstd/path.rs
Expand Up @@ -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.
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit d233c28

Please sign in to comment.