From 52c64318c581882b95c5f1c77b6b375329d8737b Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Tue, 19 Nov 2024 17:27:18 +0200 Subject: [PATCH] fixed comment typo --- core/field_text.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/field_text.go b/core/field_text.go index 8091a23f..bb49274a 100644 --- a/core/field_text.go +++ b/core/field_text.go @@ -188,8 +188,8 @@ func (f *TextField) ValidateValue(ctx context.Context, app App, record *Record) } // this technically shouldn't be necessarily but again to - // prevent minimize misuse of the Pattern validator that could - // cause side-effects on some platforms check for duplicates in a case-insensitive manner + // minimize misuse of the Pattern validator that could cause + // side-effects on some platforms check for duplicates in a case-insensitive manner var exists bool err := app.DB(). Select("(1)").