aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/debug
diff options
context:
space:
mode:
authoryuichi kishimoto <yk2220s@gmail.com>2020-05-30 23:36:08 +0000
committerEmmanuel Odeke <emm.odeke@gmail.com>2020-05-30 23:37:09 +0000
commit52effbd89c51c477f75e877aa5ded301b29fe20d (patch)
treef1f951a58a42bb8d3b380f4a2267310a596897a7 /internal/lsp/debug
parenta64b76657301576cd9227c1802c591029a395785 (diff)
downloadgolang-x-tools-52effbd89c51c477f75e877aa5ded301b29fe20d.tar.gz
internal/lsp: fix typo in code comment
Change-Id: I1120517383d0d3d314984ae7ba49cafbee34820d GitHub-Last-Rev: ed8df77aaa108ef079340718685727f413f2e9d5 GitHub-Pull-Request: golang/tools#230 Reviewed-on: https://go-review.googlesource.com/c/tools/+/235837 Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
Diffstat (limited to 'internal/lsp/debug')
-rw-r--r--internal/lsp/debug/serve.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/lsp/debug/serve.go b/internal/lsp/debug/serve.go
index 15c0d3001..5ee83f4ee 100644
--- a/internal/lsp/debug/serve.go
+++ b/internal/lsp/debug/serve.go
@@ -201,7 +201,7 @@ type View interface {
Session() Session
}
-// A File is is a file within a session.
+// A File is a file within a session.
type File struct {
Session Session
URI span.URI