Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
RangelReale committed Jul 7, 2023
1 parent 7a184f9 commit 64e36a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Body unmarshals data into the struct field, usually JSON or XML.

`inreq:"recurse"`

This tag is available for field of `struct` type only. Usually structs are not recursed into (otherwise we could
This tag is available for fields of `struct` type only. Usually structs are not recursed into (otherwise we could
recurse inside `time.Time`), using this tag the inner struct will be transversed.

### ignore
Expand Down

0 comments on commit 64e36a7

Please sign in to comment.