fix File Option docs

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2022-04-01 11:08:52 +00:00
parent 22dd458b37
commit 5e8aa627c3

View File

@@ -56,7 +56,7 @@ func Color(val bool) Option {
}
}
// File provides a function to set the color option.
// File provides a function to set the file option.
func File(val string) Option {
return func(o *Options) {
o.File = val