💡 Fix a few go doc comments
This commit is contained in:
parent
81e04ea319
commit
70c74c2b03
3 changed files with 4 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue