diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-02-09 12:41:36 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-09 12:41:36 +0000 |
commit | aa5f80aed1464881575fe635557c3965313a7ecf (patch) | |
tree | 2edc7878c7de99bb7a5e618418357fe8d9b9b168 /crates | |
parent | 01836a0f35fa163025c64cabe1d0c34bb4f69c92 (diff) | |
parent | 9bb699b28db69c4c77034055a922a52b0a5c2b20 (diff) |
Merge #3066
3066: Some README fixes/cleanups r=matklad a=flodiebold
Make capitalization more consistent and fix some typos.
Co-authored-by: Florian Diebold <[email protected]>
Diffstat (limited to 'crates')
-rw-r--r-- | crates/ra_syntax/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/Cargo.toml b/crates/ra_syntax/Cargo.toml index c5a3d1999..83db943fe 100644 --- a/crates/ra_syntax/Cargo.toml +++ b/crates/ra_syntax/Cargo.toml | |||
@@ -4,7 +4,7 @@ name = "ra_syntax" | |||
4 | version = "0.1.0" | 4 | version = "0.1.0" |
5 | authors = ["rust-analyzer developers"] | 5 | authors = ["rust-analyzer developers"] |
6 | license = "MIT OR Apache-2.0" | 6 | 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" |
8 | repository = "https://github.com/rust-analyzer/rust-analyzer" | 8 | repository = "https://github.com/rust-analyzer/rust-analyzer" |
9 | 9 | ||
10 | [lib] | 10 | [lib] |