Skip to content

Commit 39684ff

Browse files
committed
Auto merge of #11944 - atouchet:rd, r=epage
Fix typo I assume this is supposed to be possessive and not plural.
2 parents b9379ea + 2ddee8c commit 39684ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/home/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Documentation](https://docs.rs/home/badge.svg)](https://docs.rs/home)
2-
[![Crates.io](https://img.shields.io/crates/v/home.svg)](https://crates.io/crates/home)
2+
[![crates.io](https://img.shields.io/crates/v/home.svg)](https://crates.io/crates/home)
33

44
Canonical definitions of `home_dir`, `cargo_home`, and `rustup_home`.
55

@@ -12,7 +12,7 @@ incorrect because it considers the `HOME` environment variable on
1212
Windows. This causes surprising situations where a Rust program will
1313
behave differently depending on whether it is run under a Unix
1414
emulation environment like Cygwin or MinGW. Neither Cargo nor rustup
15-
use the standard libraries definition - they use the definition here.
15+
use the standard library's definition - they use the definition here.
1616

1717
This crate further provides two functions, `cargo_home` and
1818
`rustup_home`, which are the canonical way to determine the location

0 commit comments

Comments
 (0)