Skip to content

Commit b9a4dee

Browse files
committed
fix: typo
1 parent 783bb10 commit b9a4dee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/pgt_workspace/src/workspace/server/parsed_document.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ impl ParsedDocument {
3535
let cst_db = TreeSitterStore::new();
3636
let ast_db = PgQueryStore::new();
3737
let sql_fn_db = SQLFunctionBodyStore::new();
38-
let annoation_db = AnnotationStore::new();
38+
let annotation_db = AnnotationStore::new();
3939

4040
doc.iter().for_each(|(stmt, _, content)| {
4141
cst_db.add_statement(&stmt, content);
@@ -47,7 +47,7 @@ impl ParsedDocument {
4747
ast_db,
4848
cst_db,
4949
sql_fn_db,
50-
annoation_db,
50+
annotation_db,
5151
}
5252
}
5353

0 commit comments

Comments
 (0)