From 25e8f5ded9037bd9a172861c995b467b63390808 Mon Sep 17 00:00:00 2001 From: Edwin Cheng Date: Fri, 24 Apr 2020 00:16:17 +0800 Subject: Fix typo --- crates/ra_proc_macro_srv/src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_proc_macro_srv/src/cli.rs') diff --git a/crates/ra_proc_macro_srv/src/cli.rs b/crates/ra_proc_macro_srv/src/cli.rs index 7bfa4312a..c7f41e448 100644 --- a/crates/ra_proc_macro_srv/src/cli.rs +++ b/crates/ra_proc_macro_srv/src/cli.rs @@ -9,7 +9,7 @@ pub fn run() { let req = match read_request() { Err(err) => { // Panic here, as the stdin pipe may be closed. - // Otherwise, client will be restart the service anyway. + // Otherwise, client will be restarted the service anyway. panic!("Read message error on ra_proc_macro_srv: {}", err); } Ok(None) => continue, -- cgit v1.2.3