Skip to content

Commit 62e226c

Browse files
Update crates/pgt_completions/src/relevance/filtering.rs
1 parent 2d4d9a5 commit 62e226c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pgt_completions/src/relevance/filtering.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ impl CompletionFilter<'_> {
3535
return None;
3636
}
3737

38-
// No autocompetions if there are two identifiers without a separator.
38+
// No autocompletions if there are two identifiers without a separator.
3939
if ctx.node_under_cursor.is_some_and(|n| {
4040
n.prev_sibling().is_some_and(|p| {
4141
(p.kind() == "identifier" || p.kind() == "object_reference")

0 commit comments

Comments
 (0)