diff options
| author | Mika Lehtinen <Smibu@users.noreply.github.com> | 2022-04-30 21:03:51 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-30 21:03:51 +0300 |
| commit | 2a714590b2176b90253eaf5cc502677d84165b78 (patch) | |
| tree | 219ce90890110ccedf1315bc0881eac1720bf8d6 | |
| parent | 45d49697392651ef6a0eace37624e49997a2c8e3 (diff) | |
| download | rust-2a714590b2176b90253eaf5cc502677d84165b78.tar.gz rust-2a714590b2176b90253eaf5cc502677d84165b78.zip | |
Fix typo in VSCode readme
| -rw-r--r-- | editors/code/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/README.md b/editors/code/README.md index a5593e11109..0f0d292b5c5 100644 --- a/editors/code/README.md +++ b/editors/code/README.md @@ -1,6 +1,6 @@ # rust-analyzer -This extension proves support for the [Rust programming language](https://www.rust-lang.org/). +This extension provides support for the [Rust programming language](https://www.rust-lang.org/). ## Features |
