diff --git a/changelog/unreleased/fix-docs.md b/changelog/unreleased/fix-docs.md new file mode 100644 index 000000000..350ab2b2e --- /dev/null +++ b/changelog/unreleased/fix-docs.md @@ -0,0 +1,5 @@ +Bugfix: corrected documentation + +- ocis-pkg log File Option + +https://github.com/owncloud/ocis/pull/3439 \ No newline at end of file diff --git a/ocis-pkg/log/option.go b/ocis-pkg/log/option.go index 756ad16da..b071193b8 100644 --- a/ocis-pkg/log/option.go +++ b/ocis-pkg/log/option.go @@ -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