We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4853584 commit 7add53eCopy full SHA for 7add53e
src/libstd/path.rs
@@ -1501,7 +1501,7 @@ impl Path {
1501
/// assert_eq!(path.to_string_lossy(), "foo.txt");
1502
/// ```
1503
///
1504
- /// Had `os_str` contained invalid unicode, the `to_string_lossy` call might
+ /// Had `path` contained invalid unicode, the `to_string_lossy` call might
1505
/// have returned `"fo�.txt"`.
1506
#[stable(feature = "rust1", since = "1.0.0")]
1507
pub fn to_string_lossy(&self) -> Cow<str> {
0 commit comments