We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 627a099 commit ce89a87Copy full SHA for ce89a87
internal/tools/sqlc-pg-gen/main.go
@@ -370,7 +370,7 @@ func run(ctx context.Context) error {
370
type schemaToLoad struct {
371
// name is the name of a schema to load
372
Name string
373
- // DestPath is the desination for the generate file
+ // DestPath is the destination for the generate file
374
DestPath string
375
// The name of the function to generate for loading this schema
376
GenFnName string
0 commit comments