💡 Fix a few go doc comments

This commit is contained in:
Dan Jones 2025-03-31 15:46:48 -05:00
commit 70c74c2b03
3 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@ func WithGenerator(g Generator) Option {
}
}
// ErrMissingGenerators is returned by a multi-generator if no [Generator]s are supplied.
// ErrMissingGenerators is returned by a multi-generator if a [Generator] isn't supplied.
var ErrMissingGenerators = errors.New("no generators supplied")
func missingGen(*Config) (string, error) {