Skip to content

Commit 8f0025e

Browse files
Timmmmjoshtriplett
andauthored
Reword "has no meaning" per suggestion
Co-authored-by: Josh Triplett <[email protected]>
1 parent 8d08983 commit 8f0025e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/std/src/env.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -573,8 +573,8 @@ impl Error for JoinPathsError {
573573
/// # Deprecation
574574
///
575575
/// This function is deprecated because the behaviour on Windows is not correct.
576-
/// The 'HOME' environment variable has no meaning on Windows so it should not
577-
/// be checked. This result is that under Cygwin or Mingw it will return `/home/you`
576+
/// The 'HOME' environment variable is not standard on Windows, and may not produce
577+
/// desired results; for instance, under Cygwin or Mingw it will return `/home/you`
578578
/// when it should return `C:\Users\you`.
579579
///
580580
/// # Examples

0 commit comments

Comments
 (0)