mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
minor: fix typo
This commit is contained in:
parent
af174b9428
commit
f3d84e86c8
5 changed files with 8 additions and 8 deletions
|
@ -243,7 +243,7 @@ impl Server {
|
|||
to_string_pretty(actual_part).unwrap(),
|
||||
);
|
||||
} else {
|
||||
tracing::debug!("sucessfully matched notification");
|
||||
tracing::debug!("successfully matched notification");
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue