Skip to content

Commit 1276506

Browse files
committed
Fix grammar in path::Path documentation
Change from "must be used with behind a pointer" to "must be used behind a pointer"
1 parent 750f2c6 commit 1276506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/path.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ impl Into<OsString> for PathBuf {
11991199
/// absolute, and so on. More details about the overall approach can be found in
12001200
/// the module documentation.
12011201
///
1202-
/// This is an *unsized* type, meaning that it must always be used with behind a
1202+
/// This is an *unsized* type, meaning that it must always be used behind a
12031203
/// pointer like `&` or `Box`.
12041204
///
12051205
/// # Examples

0 commit comments

Comments
 (0)