From 20013de2abb95bc024f55163b1a5044cfb52a873 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 11 Apr 2019 17:15:20 +0300 Subject: fix typo --- crates/ra_syntax/tests/test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_syntax') diff --git a/crates/ra_syntax/tests/test.rs b/crates/ra_syntax/tests/test.rs index 276756c85..91799f8b5 100644 --- a/crates/ra_syntax/tests/test.rs +++ b/crates/ra_syntax/tests/test.rs @@ -60,7 +60,7 @@ fn reparse_fuzz_tests() { } } -/// Test that Rust-analyzer can parse and validate the rust-analyser +/// Test that Rust-analyzer can parse and validate the rust-analyzer /// FIXME: Use this as a benchmark #[test] fn self_hosting_parsing() { -- cgit v1.2.3