Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit a6d0e34

Browse files
yue4uVeykril
andauthored
Update crates/ide-completion/src/context.rs
Co-authored-by: Lukas Wirth <[email protected]>
1 parent f26d548 commit a6d0e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide-completion/src/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ impl<'a> CompletionContext<'a> {
569569
// completing on
570570
let original_token = original_file.syntax().token_at_offset(offset).left_biased()?;
571571

572-
// try to skip completions on path with qinvalid colons
572+
// try to skip completions on path with invalid colons
573573
// this approach works in normal path and inside token tree
574574
match original_token.kind() {
575575
T![:] => {

0 commit comments

Comments
 (0)