File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1467,7 +1467,7 @@ impl<T: ?Sized + AsRef<OsStr>> From<&T> for PathBuf {
1467
1467
1468
1468
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
1469
1469
impl From < OsString > for PathBuf {
1470
- /// Converts a [`OsString`] into a [`PathBuf`]
1470
+ /// Converts an [`OsString`] into a [`PathBuf`]
1471
1471
///
1472
1472
/// This conversion does not allocate or copy memory.
1473
1473
#[ inline]
@@ -1478,7 +1478,7 @@ impl From<OsString> for PathBuf {
1478
1478
1479
1479
#[ stable( feature = "from_path_buf_for_os_string" , since = "1.14.0" ) ]
1480
1480
impl From < PathBuf > for OsString {
1481
- /// Converts a [`PathBuf`] into a [`OsString`]
1481
+ /// Converts a [`PathBuf`] into an [`OsString`]
1482
1482
///
1483
1483
/// This conversion does not allocate or copy memory.
1484
1484
#[ inline]
You can’t perform that action at this time.
0 commit comments