From 891b7807f8d9d3d09dd5fc68593e3596095230d0 Mon Sep 17 00:00:00 2001 From: Esslam Date: Tue, 5 Feb 2019 15:48:19 +0000 Subject: [PATCH] Fixed Typos --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index 64cbcdf..d0b1939 100644 --- a/doc.go +++ b/doc.go @@ -168,7 +168,7 @@ StructOnly When a field that is a nested struct is encountered, and contains this flag any validation on the nested struct will be run, but none of the nested -struct fields will be validated. This is useful if inside of you program +struct fields will be validated. This is useful if inside of your program you know the struct will be valid, but need to verify it has been assigned. NOTE: only "required" and "omitempty" can be used on a struct itself.