From 17b25e783612e245947712e323a9f14c2e949f09 Mon Sep 17 00:00:00 2001 From: "John A. De Goes" Date: Mon, 17 Jan 2022 21:43:20 +0000 Subject: [PATCH] Fix scaladoc --- core/shared/src/main/scala/zio/logging/package.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/shared/src/main/scala/zio/logging/package.scala b/core/shared/src/main/scala/zio/logging/package.scala index 700ae5af..605144d2 100644 --- a/core/shared/src/main/scala/zio/logging/package.scala +++ b/core/shared/src/main/scala/zio/logging/package.scala @@ -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: *