Skip to content

Commit

Permalink
Reword "has no meaning" per suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
  • Loading branch information
Timmmm and joshtriplett committed Oct 3, 2022
1 parent 8d08983 commit 8f0025e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/std/src/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,8 @@ impl Error for JoinPathsError {
/// # Deprecation
///
/// This function is deprecated because the behaviour on Windows is not correct.
/// The 'HOME' environment variable has no meaning on Windows so it should not
/// be checked. This result is that under Cygwin or Mingw it will return `/home/you`
/// The 'HOME' environment variable is not standard on Windows, and may not produce
/// desired results; for instance, under Cygwin or Mingw it will return `/home/you`
/// when it should return `C:\Users\you`.
///
/// # Examples
Expand Down

0 comments on commit 8f0025e

Please sign in to comment.