Skip to content

Commit 52effbd

Browse files
yk2220sodeke-em
authored andcommitted
internal/lsp: fix typo in code comment
Change-Id: I1120517383d0d3d314984ae7ba49cafbee34820d GitHub-Last-Rev: ed8df77 GitHub-Pull-Request: #230 Reviewed-on: https://go-review.googlesource.com/c/tools/+/235837 Reviewed-by: Emmanuel Odeke <[email protected]>
1 parent a64b766 commit 52effbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/lsp/debug/serve.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ type View interface {
201201
Session() Session
202202
}
203203

204-
// A File is is a file within a session.
204+
// A File is a file within a session.
205205
type File struct {
206206
Session Session
207207
URI span.URI

0 commit comments

Comments
 (0)