Skip to content

Commit

Permalink
Merge pull request zio#884 from lobzison/master
Browse files Browse the repository at this point in the history
Fixed scaladoc example for ZIO#provideSome
  • Loading branch information
ghostdogpr committed May 23, 2019
2 parents 6a99fe5 + 3f10210 commit eb53dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/shared/src/main/scala/scalaz/zio/ZIO.scala
Expand Up @@ -76,7 +76,7 @@ sealed trait ZIO[-R, +E, +A] extends Serializable { self =>
* effect.provideSome[Console](console =>
* new Console with Logging {
* val console = console
* val logging = new Logging
* val logging = new Logging {
* def log(line: String) = console.putStrLn(line)
* }
* }
Expand Down

0 comments on commit eb53dd8

Please sign in to comment.