Skip to content

Commit 4867df4

Browse files
committed
Auto merge of #30100 - jFransham:patch-1, r=steveklabnik
Fixes #30093 in the most trivial possible way.
2 parents 3db9bee + 6a56147 commit 4867df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/env.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ fn _remove_var(k: &OsStr) {
326326
})
327327
}
328328

329-
/// An iterator over `Path` instances for parsing an environment variable
329+
/// An iterator over `PathBuf` instances for parsing an environment variable
330330
/// according to platform-specific conventions.
331331
///
332332
/// This structure is returned from `std::env::split_paths`.

0 commit comments

Comments
 (0)