We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80e009c + 5baceaf commit 5c731cdCopy full SHA for 5c731cd
library/std/src/env.rs
@@ -603,7 +603,7 @@ pub fn home_dir() -> Option<PathBuf> {
603
/// # Platform-specific behavior
604
///
605
/// On Unix, returns the value of the `TMPDIR` environment variable if it is
606
-/// set, otherwise for non-Android it returns `/tmp`. If Android, since there
+/// set, otherwise for non-Android it returns `/tmp`. On Android, since there
607
/// is no global temporary folder (it is usually allocated per-app), it returns
608
/// `/data/local/tmp`.
609
/// On Windows, the behavior is equivalent to that of [`GetTempPath2`][GetTempPath2] /
0 commit comments