Skip to content

Commit 9d8bafe

Browse files
committed
Rollup merge of #23382 - FuGangqiang:typos, r=alexcrichton
2 parents f31d818 + 3be8380 commit 9d8bafe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/path.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686
//!
8787
//! * Occurrences of `.` are normalized away, *except* if they are at
8888
//! the beginning of the path (in which case they are often meaningful
89-
//! in terms of path searching). So, fore xample, `a/./b`, `a/b/`,
90-
//! `/a/b/.` and `a/b` all ahve components `a` and `b`, but `./a/b`
89+
//! in terms of path searching). So, for example, `a/./b`, `a/b/`,
90+
//! `/a/b/.` and `a/b` all have components `a` and `b`, but `./a/b`
9191
//! has a leading current directory component.
9292
//!
9393
//! No other normalization takes place by default. In particular,

0 commit comments

Comments
 (0)