1
0
mirror of https://github.com/golang/go synced 2024-11-18 11:24:41 -07:00

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>
This commit is contained in:
yuichi kishimoto 2020-05-30 23:36:08 +00:00 committed by Emmanuel Odeke
parent a64b766573
commit 52effbd89c

View File

@ -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