From 64e36a728c06c719c4766ec2c9741b5f5374d6f0 Mon Sep 17 00:00:00 2001 From: Rangel Reale Date: Fri, 7 Jul 2023 14:13:42 -0300 Subject: [PATCH] README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04b09eb..8538b48 100644 --- a/README.md +++ b/README.md @@ -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