Skip to content

Commit

Permalink
Fix scaladoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegoes committed Jan 17, 2022
1 parent 5a62194 commit 17b25e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/shared/src/main/scala/zio/logging/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ package object logging {
*
* Because [[logContext]] is an ordinary [[zio.FiberRef]], it may be get, set,
* and updated like any other fiber reference. However, the idiomatic way to
* interact with [[logContext]] is by using [[LogAnnoation]].
* interact with [[logContext]] is by using [[zio.logging.LogAnnotation]].
*
* For example:
*
Expand Down

0 comments on commit 17b25e7

Please sign in to comment.