Skip to content

Commit

Permalink
Name change
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegoes committed Jun 27, 2022
1 parent 9bada3f commit e38c9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/net/degoes/zio/04-concurrency.scala
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ object ParallelZip extends ZIOAppDefault {
* The Ref data type is a way for ZIO effects to utilize state. It is basically
* a concurrent-safe version of Scala's own `var`, but integrated into ZIO.
*/
object ConcurrentRef extends ZIOAppDefault {
object RefExample extends ZIOAppDefault {
import zio.Random._

import zio.Clock._
Expand Down

0 comments on commit e38c9c4

Please sign in to comment.