Skip to content

Commit 1915717

Browse files
committed
Fix method name in the comment
1 parent de2c6a3 commit 1915717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analyzer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ type Context struct {
7373
PassedValues map[string]interface{}
7474
}
7575

76-
// getFileAtNodePos returns the file at the node position in the file set available in the context.
76+
// GetFileAtNodePos returns the file at the node position in the file set available in the context.
7777
func (ctx *Context) GetFileAtNodePos(node ast.Node) *token.File {
7878
return ctx.FileSet.File(node.Pos())
7979
}

0 commit comments

Comments
 (0)