Skip to content

Commit 6951f13

Browse files
Merge branch 'compl/delete-update' of https://github.com/supabase-community/postgres_lsp into compl/delete-update
2 parents 66c6195 + 62e226c commit 6951f13

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)