Skip to content

Commit

Permalink
fix minor grammar mistake in paths documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
posborne committed Mar 6, 2015
1 parent b0746ff commit a08f129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/path.rs
Expand Up @@ -90,7 +90,7 @@
//! * Repeated separators are ignored: `a/b` and `a//b` both have components `a`
//! and `b`.
//!
//! * Paths ending in a separator are treated as if they has a current directory
//! * Paths ending in a separator are treated as if they have a current directory
//! component at the end (or, in verbatim paths, an empty component). For
//! example, while `a/b` has components `a` and `b`, the paths `a/b/` and
//! `a/b/.` both have components `a`, `b`, and `.` (current directory). The
Expand Down

0 comments on commit a08f129

Please sign in to comment.