diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-09-29 20:34:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-29 20:34:19 +0200 |
| commit | 50940ae952ffcab9abd39a2bc1dfd3e1605e0ece (patch) | |
| tree | 73c411884bf616dec9f4efa6ef66ee2275358205 | |
| parent | 64afa262530dec633bfcd6b87470ba2a5d6ad170 (diff) | |
| parent | d695e2417abf74d16f124d32f46636c3d8be1cd9 (diff) | |
| download | rust-50940ae952ffcab9abd39a2bc1dfd3e1605e0ece.tar.gz rust-50940ae952ffcab9abd39a2bc1dfd3e1605e0ece.zip | |
Rollup merge of #64898 - jakevossen5:master, r=jonas-schievink
fixed typo Accidentally had a typo in https://github.com/rust-lang/rust/pull/64884, sorry!
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 495ee46a9ac..9462b10494c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ or reading the [rustc guide][rustcguidebuild]. * `curl` * `git` * `ssl` which comes in `libssl-dev` or `openssl-devel` - * `pkg-config` if you are on compiling on Linux and targeting Linux + * `pkg-config` if you are compiling on Linux and targeting Linux 2. Clone the [source] with `git`: |
