Merge pull request #3439 from owncloud/fix-docs

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

No files matched your search

+5
View File
@@ -0,0 +1,5 @@
Bugfix: corrected documentation
- ocis-pkg log File Option
https://github.com/owncloud/ocis/pull/3439
+1 -1
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