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 750f2c6 commit 1276506Copy full SHA for 1276506
src/libstd/path.rs
@@ -1199,7 +1199,7 @@ impl Into<OsString> for PathBuf {
1199
/// absolute, and so on. More details about the overall approach can be found in
1200
/// the module documentation.
1201
///
1202
-/// This is an *unsized* type, meaning that it must always be used with behind a
+/// This is an *unsized* type, meaning that it must always be used behind a
1203
/// pointer like `&` or `Box`.
1204
1205
/// # Examples
0 commit comments