fix: correct {Path,OsStr}::to_string_lossy() docs
This commit is contained in:
parent
842d6fc32e
commit
49a93df77d
2 changed files with 2 additions and 2 deletions
|
@ -2200,7 +2200,7 @@ impl Path {
|
|||
|
||||
/// Converts a `Path` to a [`Cow<str>`].
|
||||
///
|
||||
/// Any non-Unicode sequences are replaced with
|
||||
/// Any non-UTF-8 sequences are replaced with
|
||||
/// [`U+FFFD REPLACEMENT CHARACTER`][U+FFFD].
|
||||
///
|
||||
/// [U+FFFD]: super::char::REPLACEMENT_CHARACTER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue