Skip to content

Commit

Permalink
reword
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminjkraft committed Feb 18, 2024
1 parent a9dba06 commit 5190f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ func (c *Config) ValidateAndFillDefaults(baseDir string) error {
}

if binding.Package == c.pkgPath {
warn(errorf(nil, "warning: binding to the same package as your generated "+
warn(errorf(nil, "warning: package_bindings set to the same package as your generated "+
"code ('%v'); this will probably cause circularity issues", c.pkgPath))
}

Expand Down

0 comments on commit 5190f51

Please sign in to comment.