Skip to content

Commit ce89a87

Browse files
committed
Fixed typo
1 parent 627a099 commit ce89a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/tools/sqlc-pg-gen/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ func run(ctx context.Context) error {
370370
type schemaToLoad struct {
371371
// name is the name of a schema to load
372372
Name string
373-
// DestPath is the desination for the generate file
373+
// DestPath is the destination for the generate file
374374
DestPath string
375375
// The name of the function to generate for loading this schema
376376
GenFnName string

0 commit comments

Comments
 (0)