Merge pull request #3439 from owncloud/fix-docs

Fix golang api docs
This commit is contained in:
Jörn Friedrich Dreyer
2022-04-01 17:34:35 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
Bugfix: corrected documentation
- ocis-pkg log File Option
https://github.com/owncloud/ocis/pull/3439

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