We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef564d commit e3c2af5Copy full SHA for e3c2af5
std/src/path.rs
@@ -1467,7 +1467,7 @@ impl<T: ?Sized + AsRef<OsStr>> From<&T> for PathBuf {
1467
1468
#[stable(feature = "rust1", since = "1.0.0")]
1469
impl From<OsString> for PathBuf {
1470
- /// Converts a [`OsString`] into a [`PathBuf`]
+ /// Converts an [`OsString`] into a [`PathBuf`]
1471
///
1472
/// This conversion does not allocate or copy memory.
1473
#[inline]
@@ -1478,7 +1478,7 @@ impl From<OsString> for PathBuf {
1478
1479
#[stable(feature = "from_path_buf_for_os_string", since = "1.14.0")]
1480
impl From<PathBuf> for OsString {
1481
- /// Converts a [`PathBuf`] into a [`OsString`]
+ /// Converts a [`PathBuf`] into an [`OsString`]
1482
1483
1484
0 commit comments