analysis: correct go/analysis/passes/findcall path in docs

Change-Id: I6c2305b1b52dceff78e289b24f3ad1a5b69c8f7e
Reviewed-on: https://go-review.googlesource.com/c/tools/+/451955
Reviewed-by: Martin Zacho <reach@martinzacho.com>
gopls-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Tim King <taking@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Joedian Reid <joedian@golang.org>
Run-TryBot: Tim King <taking@google.com>
This commit is contained in:
Martin Zacho 2022-11-18 15:39:38 +01:00 committed by Tim King
parent b978661c6c
commit db5eae2178
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ singlechecker and multichecker subpackages.
The singlechecker package provides the main function for a command that
runs one analyzer. By convention, each analyzer such as
go/passes/findcall should be accompanied by a singlechecker-based
go/analysis/passes/findcall should be accompanied by a singlechecker-based
command such as go/analysis/passes/findcall/cmd/findcall, defined in its
entirety as: