Skip to content

Commit cd38bee

Browse files
committed
go/doc: fix typo in comment
Signed-off-by: guoguangwu <[email protected]>
1 parent d411231 commit cd38bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/go/doc/example.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ func findDeclsAndUnresolved(body ast.Node, topDecls map[*ast.Object]ast.Decl, ty
388388
for i := 0; i < len(depDecls); i++ {
389389
switch d := depDecls[i].(type) {
390390
case *ast.FuncDecl:
391-
// Inpect type parameters.
391+
// Inspect type parameters.
392392
inspectFieldList(d.Type.TypeParams)
393393
// Inspect types of parameters and results. See #28492.
394394
inspectFieldList(d.Type.Params)

0 commit comments

Comments
 (0)