Skip to content

Commit

Permalink
Add extra comment slash
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Gruber committed Dec 4, 2018
1 parent 7933628 commit 450a8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,7 @@ impl From<PathBuf> for Box<Path> {
/// Converts a `PathBuf` into a `Box<Path>`
///
/// This conversion currently should not allocate memory,
// but this behavior is not guaranteed on all platforms or in all future versions.
/// but this behavior is not guaranteed on all platforms or in all future versions.
fn from(p: PathBuf) -> Box<Path> {
p.into_boxed_path()
}
Expand Down

0 comments on commit 450a8a6

Please sign in to comment.