entc/gen/templates: update func godoc to match the method name (#4083)

Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
Carlos Tadeu Panato Junior
2024-07-19 12:12:09 +02:00
committed by GitHub
parent 34158f2c12
commit 807b4a758b
42 changed files with 42 additions and 42 deletions

View File

@@ -74,7 +74,7 @@ var (
columnCheck sql.ColumnCheck
)
// columnChecker checks if the column exists in the given table.
// checkColumn checks if the column exists in the given table.
func checkColumn(table, column string) error {
initCheck.Do(func() {
columnCheck = sql.NewColumnCheck(map[string]func(string) bool{