Skip to content

Commit

Permalink
Docs for syntax DSL
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisRev committed Apr 7, 2018
1 parent 85f3c9a commit f0a2133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/docs/arrow-docs/docs/docs/optics/syntax/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ In above example we want to apply a function `f` to the `Street::name` of the `C
We can compose an `Optic` that achieves the same goal.

```kotlin:ank
import arrow.optics.*
import arrow.optics.Optional
val employeesStreetName: Optional<Employee, String> = employeeCompany() compose companyAddress() compose addressStreet() compose streetName()
```
Expand Down

0 comments on commit f0a2133

Please sign in to comment.