aboutsummaryrefslogtreecommitdiff
path: root/gopls/doc/design/implementation.md
diff options
context:
space:
mode:
Diffstat (limited to 'gopls/doc/design/implementation.md')
-rw-r--r--gopls/doc/design/implementation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gopls/doc/design/implementation.md b/gopls/doc/design/implementation.md
index a8f7f0b0e..859ec1c12 100644
--- a/gopls/doc/design/implementation.md
+++ b/gopls/doc/design/implementation.md
@@ -29,7 +29,7 @@ Package | Description
[internal/lsp/cache] | the cache layer
[internal/lsp/cmd] | the gopls command line layer
[internal/lsp/debug] | features to aid in debugging gopls
-[internal/lsp/protocol] | the lsp protocol layer and wire format
+[internal/lsp/protocol] | the types of LSP request and response messages
[internal/lsp/source] | the core feature implementations
[internal/span] | a package for dealing with source file locations
[internal/memoize] | a function invocation cache used to reduce the work done