From 4f5cbfdbe7482882de20db8a8babb525764e4365 Mon Sep 17 00:00:00 2001 From: GJLMoTea <40420568+gjlmotea@users.noreply.github.com> Date: Thu, 26 Oct 2023 11:36:21 +0800 Subject: [PATCH] docs: fix variable name typo (#220) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0612cbe..123f3d6 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,7 @@ mysql supported ```go import "gorm.io/datatypes" -type Params struct { +type Param struct { ID int Letters string Config datatypes.JSON