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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/lsp/document.go b/internal/lsp/document.go
index 1ef1a5b..f7d0bbe 100644
--- a/internal/lsp/document.go
+++ b/internal/lsp/document.go
@@ -1,4 +1,4 @@
-// Summary: In-memory document model for the LSP; tracks text, lines, and applies edits.
+// In-memory document model for the LSP; tracks text, lines, and applies edits.
package lsp
import (