diff --git a/core/shared/src/main/scala/zio/ZIO.scala b/core/shared/src/main/scala/zio/ZIO.scala index f9c4c621ba49..9796dfea9731 100644 --- a/core/shared/src/main/scala/zio/ZIO.scala +++ b/core/shared/src/main/scala/zio/ZIO.scala @@ -4357,7 +4357,7 @@ object ZIO extends ZIOCompanionPlatformSpecific with ZIOCompanionVersionSpecific (zio.exit raceAll ios.map(_.exit)).flatMap(ZIO.done(_)) /** - * Reduces an `Iterable[IO]` to a single `IO`, working sequentially. + * Retreives the `Random` service for this workflow. */ def random(implicit trace: Trace): UIO[Random] = ZIO.randomWith(ZIO.succeed(_))