Skip to content

Commit 4bc2460

Browse files
Update crates/pg_workspace_new/src/workspace/server.rs
Co-authored-by: Julian Domke <68325451+juleswritescode@users.noreply.github.com>
1 parent 2281977 commit 4bc2460

File tree

1 file changed

+1
-1
lines changed
  • crates/pg_workspace_new/src/workspace

1 file changed

+1
-1
lines changed

crates/pg_workspace_new/src/workspace/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ impl Workspace for WorkspaceServer {
306306
params: super::PullDiagnosticsParams,
307307
) -> Result<super::PullDiagnosticsResult, WorkspaceError> {
308308
// get all statements form the requested document and pull diagnostics out of every
309-
// sourcece
309+
// source
310310
let doc = self
311311
.documents
312312
.get(&params.path)

0 commit comments

Comments
 (0)