Skip to content

Commit aa5f80a

Browse files
Merge #3066
3066: Some README fixes/cleanups r=matklad a=flodiebold Make capitalization more consistent and fix some typos. Co-authored-by: Florian Diebold <flodiebold@gmail.com>
2 parents 01836a0 + 9bb699b commit aa5f80a

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,31 @@
22
<img src="https://user-images.githubusercontent.com/1711539/72443316-5a79f280-37ae-11ea-858f-035209ece2dd.png" alt="rust-analyzer logo">
33
</p>
44

5-
Rust Analyzer is an **experimental** modular compiler frontend for the Rust
5+
rust-analyzer is an **experimental** modular compiler frontend for the Rust
66
language. It is a part of a larger rls-2.0 effort to create excellent IDE
77
support for Rust. If you want to get involved, check the rls-2.0 working group:
88

99
https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0
1010

11-
Work on the Rust Analyzer is sponsored by
11+
Work on rust-analyzer is sponsored by
1212

1313
[<img src="https://user-images.githubusercontent.com/1711539/58105231-cf306900-7bee-11e9-83d8-9f1102e59d29.png" alt="Ferrous Systems" width="300">](https://ferrous-systems.com/)
1414
- [Mozilla](https://www.mozilla.org/en-US/)
1515
- [freiheit.com](https://www.freiheit.com)
1616

1717
## Language Server Quick Start
1818

19-
Rust Analyzer is a work-in-progress, so you'll have to build it from source, and
20-
you might encounter critical bugs. That said, it is complete enough to provide a
21-
useful IDE experience and some people use it as a daily driver.
19+
rust-analyzer is a work-in-progress, so you might encounter critical bugs. That
20+
said, it is complete enough to provide a useful IDE experience and some people
21+
use it as a daily driver.
2222

2323
To build rust-analyzer, you need:
2424

25-
* latest stable rust for language server itself
25+
* latest stable Rust for the language server itself
2626
* latest stable npm and VS Code for VS Code extension
2727

28-
To quickly install rust-analyzer with VS Code extension with standard setup
29-
(`code` and `cargo` in `$PATH`, etc), use this:
28+
To quickly install the rust-analyzer language server and VS Code extension with
29+
standard setup (`code` and `cargo` in `$PATH`, etc), use this:
3030

3131
```
3232
# clone the repo
@@ -44,8 +44,8 @@ cannot start, see [./docs/user](./docs/user).
4444

4545
## Documentation
4646

47-
If you want to **contribute** to rust-analyzer or just curious about how things work
48-
under the hood, check the [./docs/dev](./docs/dev) folder.
47+
If you want to **contribute** to rust-analyzer or are just curious about how
48+
things work under the hood, check the [./docs/dev](./docs/dev) folder.
4949

5050
If you want to **use** rust-analyzer's language server with your editor of
5151
choice, check [./docs/user](./docs/user) folder. It also contains some tips & tricks to help

crates/ra_syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "ra_syntax"
44
version = "0.1.0"
55
authors = ["rust-analyzer developers"]
66
license = "MIT OR Apache-2.0"
7-
description = "Comment and whitespace preserving parser for the Rust langauge"
7+
description = "Comment and whitespace preserving parser for the Rust language"
88
repository = "https://github.com/rust-analyzer/rust-analyzer"
99

1010
[lib]

0 commit comments

Comments
 (0)