From 2a004ca186f0f27e115454559ffc938397ad0068 Mon Sep 17 00:00:00 2001 From: Daniel Schalla Date: Sun, 18 Oct 2015 17:52:33 +0200 Subject: [PATCH] Fixed Typo in Default values Section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdd12084..f98b3b3a 100644 --- a/README.md +++ b/README.md @@ -1225,7 +1225,7 @@ type Animal struct { } ``` -If you have defined a default value in the `sql` tag, the generated create SQl will ignore these fields if it is blank. +If you have defined a default value in the `sql` tag, the generated create SQL will ignore these fields if it is blank. Eg.