mirror of https://github.com/golang/go.git
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:
parent
a64b766573
commit
52effbd89c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue