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

internal/lsp: minor comment fix

Change-Id: I6603375beac4e321dd45f99e90d7eddbae4c6c4b
Reviewed-on: https://go-review.googlesource.com/c/tools/+/170717
Run-TryBot: Ian Cottrell <iancottrell@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
This commit is contained in:
Ian Cottrell 2019-04-04 09:26:18 -04:00
parent 1058ed41f4
commit d996c1aa53

View File

@ -15,7 +15,7 @@ import (
"golang.org/x/tools/internal/span"
)
// definition implements the definition noun for the query command.
// check implements the check verb for gopls.
type check struct {
app *Application
}