Skip to content

Commit 25e8f5d

Browse files
committed
Fix typo
1 parent 0744497 commit 25e8f5d

File tree

1 file changed

+1
-1
lines changed
  • crates/ra_proc_macro_srv/src

1 file changed

+1
-1
lines changed

crates/ra_proc_macro_srv/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pub fn run() {
99
let req = match read_request() {
1010
Err(err) => {
1111
// Panic here, as the stdin pipe may be closed.
12-
// Otherwise, client will be restart the service anyway.
12+
// Otherwise, client will be restarted the service anyway.
1313
panic!("Read message error on ra_proc_macro_srv: {}", err);
1414
}
1515
Ok(None) => continue,

0 commit comments

Comments
 (0)