Skip to content

Commit 9586d8c

Browse files
Update crates/pgls_completions/src/relevance/filtering.rs
1 parent 4324377 commit 9586d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pgls_completions/src/relevance/filtering.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ impl CompletionFilter<'_> {
324324
WrappingClause::DropRole | WrappingClause::AlterRole => true,
325325

326326
WrappingClause::SetStatement => ctx
327-
.before_cursor_matches_kind(&["eyword_role", "keyword_authorization"]),
327+
.before_cursor_matches_kind(&["keyword_role", "keyword_authorization"]),
328328

329329
WrappingClause::RevokeStatement | WrappingClause::GrantStatement => {
330330
ctx.history_ends_with(&["role_specification", "any_identifier"])

0 commit comments

Comments
 (0)