Auto merge of #30100 - jFransham:patch-1, r=steveklabnik

Fixes #30093 in the most trivial possible way.
This commit is contained in:
bors 2015-11-29 18:13:17 +00:00
commit 4867df4a23

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`.