Skip to content

Commit

Permalink
go/analysis/passes/inspect: fix typo in comment
Browse files Browse the repository at this point in the history
Fixes golang/go#45079

Change-Id: I45b1eed6091e2b03971c631bb4d456b1b6341b6c
Reviewed-on: https://go-review.googlesource.com/c/tools/+/302989
Run-TryBot: Ian Lance Taylor <iant@golang.org>
gopls-CI: kokoro <noreply+kokoro@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
  • Loading branch information
andreybokhanko authored and odeke-em committed Mar 27, 2021
1 parent 63ea654 commit 4c8e4a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/analysis/passes/inspect/inspect.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// license that can be found in the LICENSE file.

// Package inspect defines an Analyzer that provides an AST inspector
// (golang.org/x/tools/go/ast/inspect.Inspect) for the syntax trees of a
// package. It is only a building block for other analyzers.
// (golang.org/x/tools/go/ast/inspector.Inspector) for the syntax trees
// of a package. It is only a building block for other analyzers.
//
// Example of use in another analysis:
//
Expand Down

0 comments on commit 4c8e4a8

Please sign in to comment.