about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDutchGhost <kasper199914@gmail.com>2020-06-02 16:12:36 +0200
committerGitHub <noreply@github.com>2020-06-02 16:12:36 +0200
commit503048c4d99e929f8b0af0973eba029055885b27 (patch)
treecc2187e0ec3630c081f3f8d13b7044328fe58525
parenteeaf497b2a6bc065874e3d3367b1f3023c5bb3d3 (diff)
downloadrust-503048c4d99e929f8b0af0973eba029055885b27.tar.gz
rust-503048c4d99e929f8b0af0973eba029055885b27.zip
Update README.md
https://github.com/rust-lang/rust/pull/72827 changed it from `*.nix` to `Unix-like system`, but actually it should be `a Unix-like system`
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b48ee8a914e..42fc0a63c0f 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ or reading the [rustc dev guide][rustcguidebuild].
 
 [rustcguidebuild]: https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html
 
-### Building on Unix-like system
+### Building on a Unix-like system
 1. Make sure you have installed the dependencies:
 
    * `g++` 5.1 or later or `clang++` 3.5 or later