diff options
| author | Justin Tracey <j2tracey@gmail.com> | 2022-04-29 05:59:32 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-29 05:59:32 +0000 |
| commit | cfa7204544dfc2ca789044f06727447652bbb745 (patch) | |
| tree | 02d7b6f69ee426ed7f66998ada113d130ddf4ad0 | |
| parent | 7abf8cc21cd23ec6f080958be57ede911df16ec9 (diff) | |
| download | rust-cfa7204544dfc2ca789044f06727447652bbb745.tar.gz rust-cfa7204544dfc2ca789044f06727447652bbb745.zip | |
small typo in log message
| -rw-r--r-- | crates/rust-analyzer/src/reload.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rust-analyzer/src/reload.rs b/crates/rust-analyzer/src/reload.rs index b68f9d5f59d..957a556c527 100644 --- a/crates/rust-analyzer/src/reload.rs +++ b/crates/rust-analyzer/src/reload.rs @@ -239,7 +239,7 @@ impl GlobalState { // Workspaces are the same, but we've updated build data. self.workspaces = Arc::new(workspaces); } else { - tracing::info!("build scrips do not match the version of the active workspace"); + tracing::info!("build scripts do not match the version of the active workspace"); // Current build scripts do not match the version of the active // workspace, so there's nothing for us to update. return; |
