From 9bb699b28db69c4c77034055a922a52b0a5c2b20 Mon Sep 17 00:00:00 2001 From: Florian Diebold Date: Sun, 9 Feb 2020 13:34:56 +0100 Subject: Some README fixes/cleanups Make capitalization more consistent and fix some typos. --- crates/ra_syntax/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_syntax') 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" version = "0.1.0" authors = ["rust-analyzer developers"] license = "MIT OR Apache-2.0" -description = "Comment and whitespace preserving parser for the Rust langauge" +description = "Comment and whitespace preserving parser for the Rust language" repository = "https://github.com/rust-analyzer/rust-analyzer" [lib] -- cgit v1.2.3