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.
2 parents 767ed4b + d0a8cc1 commit f074df4Copy full SHA for f074df4
src/std_misc/path.md
@@ -19,7 +19,7 @@ fn main() {
19
// Create a `Path` from an `&'static str`
20
let path = Path::new(".");
21
22
- // The `display` method returns a `Show`able structure
+ // The `display` method returns a `Display`able structure
23
let _display = path.display();
24
25
// `join` merges a path with a byte container using the OS specific
0 commit comments