Skip to content

Commit

Permalink
Update server/functions/framework/provider.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Fulghum <[email protected]>
  • Loading branch information
Hydrocharged and fulghum authored Feb 7, 2025
1 parent 14a2484 commit 2ee53cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/functions/framework/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{}

Expand Down

0 comments on commit 2ee53cc

Please sign in to comment.