fix typos
This commit is contained in:
parent
8c85a9d20f
commit
3be8380576
1 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@
|
||||||
//! * Occurrences of `.` are normalized away, *except* if they are at
|
//! * Occurrences of `.` are normalized away, *except* if they are at
|
||||||
//! the beginning of the path (in which case they are often meaningful
|
//! the beginning of the path (in which case they are often meaningful
|
||||||
//! in terms of path searching). So, for example, `a/./b`, `a/b/`,
|
//! in terms of path searching). So, for example, `a/./b`, `a/b/`,
|
||||||
//! `/a/b/.` and `a/b` all ahve components `a` and `b`, but `./a/b`
|
//! `/a/b/.` and `a/b` all have components `a` and `b`, but `./a/b`
|
||||||
//! has a leading current directory component.
|
//! has a leading current directory component.
|
||||||
//!
|
//!
|
||||||
//! No other normalization takes place by default. In particular,
|
//! No other normalization takes place by default. In particular,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue