summaryrefslogtreecommitdiff
path: root/internal/lsp/document.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/lsp/document.go')
-rw-r--r--internal/lsp/document.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/lsp/document.go b/internal/lsp/document.go
index dbecd5e..17d2fb9 100644
--- a/internal/lsp/document.go
+++ b/internal/lsp/document.go
@@ -1,5 +1,4 @@
// Summary: In-memory document model for the LSP; tracks text, lines, and applies edits.
-// Not yet reviewed by a human
package lsp
import (