From 0049a7894dc4904b52c004d5a78b4434c100cef3 Mon Sep 17 00:00:00 2001 From: zesani <7sin@outlook.co.th> Date: Mon, 8 Oct 2018 21:04:44 +0700 Subject: [PATCH] Update README.md change "hava" to "have" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6fd2dd34..95bd3204 100644 --- a/README.md +++ b/README.md @@ -1721,11 +1721,11 @@ type StructX struct { } type StructY struct { - Y StructX `form:"name_y"` // HERE hava form + Y StructX `form:"name_y"` // HERE have form } type StructZ struct { - Z *StructZ `form:"name_z"` // HERE hava form + Z *StructZ `form:"name_z"` // HERE have form } ```