This commit is contained in:
Jack Fransham 2015-11-29 13:36:01 +00:00
parent 323781cdf7
commit 6a56147a86

View File

@ -326,7 +326,7 @@ fn _remove_var(k: &OsStr) {
})
}
/// An iterator over `Path` instances for parsing an environment variable
/// An iterator over `PathBuf` instances for parsing an environment variable
/// according to platform-specific conventions.
///
/// This structure is returned from `std::env::split_paths`.