Skip to content

Commit 6a56147

Browse files
committed
Fix #30093
1 parent 323781c commit 6a56147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/env.rs

Lines changed: 1 addition & 1 deletion
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)