Skip to content

Commit

Permalink
Auto merge of #30100 - jFransham:patch-1, r=steveklabnik
Browse files Browse the repository at this point in the history
Fixes #30093 in the most trivial possible way.
  • Loading branch information
bors committed Nov 29, 2015
2 parents 3db9bee + 6a56147 commit 4867df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 4867df4

Please sign in to comment.