We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0746ff commit a08f129Copy full SHA for a08f129
src/libstd/path.rs
@@ -90,7 +90,7 @@
90
//! * Repeated separators are ignored: `a/b` and `a//b` both have components `a`
91
//! and `b`.
92
//!
93
-//! * 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
94
//! component at the end (or, in verbatim paths, an empty component). For
95
//! example, while `a/b` has components `a` and `b`, the paths `a/b/` and
96
//! `a/b/.` both have components `a`, `b`, and `.` (current directory). The
0 commit comments