Skip to content

Commit 6400a47

Browse files
committed
fix comment
1 parent 7502292 commit 6400a47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/codegen/golang/opts/options.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ func ParseOpts(req *plugin.CodeGenRequest) (*Options, error) {
6161
// construct a "plugin"-style override to make the next loop simpler
6262
override := pluginOverride(req.Catalog.DefaultSchema, options.QuerySetOverrides[i])
6363

64-
// in sqlc config.Combine() the "package"-level configs are appended to global configs,
65-
// so we mimic that behavior here
64+
// in sqlc config.Combine() the "package"-level overrides were appended to
65+
// global overrides, so we mimic that behavior here
6666
req.Settings.Overrides = append(req.Settings.Overrides, override)
6767
}
6868

0 commit comments

Comments
 (0)