Skip to content

Commit

Permalink
chore: fix typo (#1437)
Browse files Browse the repository at this point in the history
Signed-off-by: he1pa <[email protected]>
  • Loading branch information
He1pa authored Jun 25, 2024
1 parent 3a333b9 commit d6801c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kclvm/tools/src/LSP/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ impl LanguageServerState {
true
}

/// Process vfs changed file. Update db cache when creat(did_open_file), modity(did_change) or delete(did_close_file) vfs files.
/// Process vfs changed file. Update db cache when create(did_open_file), modify(did_change) or delete(did_close_file) vfs files.
fn process_changed_file(&mut self, file: ChangedFile) {
match file.change_kind {
ChangeKind::Create | ChangeKind::Modify => {
Expand Down

0 comments on commit d6801c1

Please sign in to comment.