We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8dafba commit 7933628Copy full SHA for 7933628
src/libstd/path.rs
@@ -1409,7 +1409,7 @@ impl From<Box<Path>> for PathBuf {
1409
impl From<PathBuf> for Box<Path> {
1410
/// Converts a `PathBuf` into a `Box<Path>`
1411
///
1412
- /// This conversion currently should not allocate memory,
+ /// This conversion currently should not allocate memory,
1413
// but this behavior is not guaranteed on all platforms or in all future versions.
1414
fn from(p: PathBuf) -> Box<Path> {
1415
p.into_boxed_path()
0 commit comments