From ad615abffa4c215858624e9d2cf06a7207e427ac Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 7 Feb 2023 12:42:53 -0700 Subject: struct.go: Fix a typo in a comment --- struct.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/struct.go b/struct.go index 8a664c6..81bc22d 100644 --- a/struct.go +++ b/struct.go @@ -123,7 +123,7 @@ func indexStructReal(typ reflect.Type) structIndex { } // indexStructInner crawls the struct `typ`, storing information on -// all struct fields foun in to `byPos` and `byName`. If `typ` +// all struct fields found in to `byPos` and `byName`. If `typ` // contains other structs as fields, indexStructInner will recurse and // call itself; keeping track of stack information with `stackPath` // (which identifies where we are in the parent struct) and -- cgit v1.1-4-g5e80