From 2ee53cce92a4d349bfcbd22a066adc341d8a40e4 Mon Sep 17 00:00:00 2001 From: Daylon Wilkins Date: Fri, 7 Feb 2025 12:18:48 -0800 Subject: [PATCH] Update server/functions/framework/provider.go Co-authored-by: Jason Fulghum --- server/functions/framework/provider.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/functions/framework/provider.go b/server/functions/framework/provider.go index 3fb229f66a..a66c7a9050 100644 --- a/server/functions/framework/provider.go +++ b/server/functions/framework/provider.go @@ -16,7 +16,7 @@ package framework import "github.com/dolthub/go-mysql-server/sql" -// FunctionProvider is the special sql.FunctionProvider for Doltgres that allows us to handle functions that were +// FunctionProvider is the special sql.FunctionProvider for Doltgres that allows us to handle functions that // are created by users. type FunctionProvider struct{}