diff options
-rw-r--r-- | struct.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |