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 {
14671467
14681468#[ stable( feature = "rust1" , since = "1.0.0" ) ]
14691469impl From < OsString > for PathBuf {
1470- /// Converts a [`OsString`] into a [`PathBuf`]
1470+ /// Converts an [`OsString`] into a [`PathBuf`]
14711471 ///
14721472 /// This conversion does not allocate or copy memory.
14731473 #[ inline]
@@ -1478,7 +1478,7 @@ impl From<OsString> for PathBuf {
14781478
14791479#[ stable( feature = "from_path_buf_for_os_string" , since = "1.14.0" ) ]
14801480impl From < PathBuf > for OsString {
1481- /// Converts a [`PathBuf`] into a [`OsString`]
1481+ /// Converts a [`PathBuf`] into an [`OsString`]
14821482 ///
14831483 /// This conversion does not allocate or copy memory.
14841484 #[ inline]
You can’t perform that action at this time.
0 commit comments