Skip to content

Commit

Permalink
Merge pull request #2665 from typelevel/kailuowang-patch-2
Browse files Browse the repository at this point in the history
minor fix
  • Loading branch information
ceedubs authored Dec 7, 2018
2 parents b781a1a + 8d72205 commit f8324d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/tut/typeclasses/applicative.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ This function is provided by Cats via the `Traverse[List]` instance and syntax,
tutorial.

```tut:book:silent
import cats.implicits
import cats.implicits._
```

```tut:book
Expand Down

0 comments on commit f8324d4

Please sign in to comment.