Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisRev committed May 17, 2018
1 parent fb1e81a commit f345a9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/docs/arrow-docs/docs/docs/optics/dsl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ package com.example.domain
The DSL will be generated in the same package as your `data class` and can be used on the `Companion` of your class.

```kotlin:ank
import com.example.domain.*
import arrow.optics.dsl.*
import com.example.domain.*
import arrow.optics.Optional
val john = Employee("John Doe", Company("Kategory", Address("Functional city", Street(42, "lambda street"))))
Expand Down

0 comments on commit f345a9a

Please sign in to comment.