Skip to content

Commit ae16afb

Browse files
committed
Rollup merge of #23096 - posborne:paths-documentation-grammar-fix, r=huonw
2 parents 88cef03 + a08f129 commit ae16afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/path.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
//! * Repeated separators are ignored: `a/b` and `a//b` both have components `a`
9191
//! and `b`.
9292
//!
93-
//! * Paths ending in a separator are treated as if they has a current directory
93+
//! * Paths ending in a separator are treated as if they have a current directory
9494
//! component at the end (or, in verbatim paths, an empty component). For
9595
//! example, while `a/b` has components `a` and `b`, the paths `a/b/` and
9696
//! `a/b/.` both have components `a`, `b`, and `.` (current directory). The

0 commit comments

Comments
 (0)