Skip to content

Commit f074df4

Browse files
authored
Merge pull request #1449 from cchudant/master
std_misc/path.md: update `Show` to `Display`
2 parents 767ed4b + d0a8cc1 commit f074df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/std_misc/path.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fn main() {
1919
// Create a `Path` from an `&'static str`
2020
let path = Path::new(".");
2121
22-
// The `display` method returns a `Show`able structure
22+
// The `display` method returns a `Display`able structure
2323
let _display = path.display();
2424
2525
// `join` merges a path with a byte container using the OS specific

0 commit comments

Comments
 (0)