Skip to content

Commit

Permalink
Fix FAQ formatting error (#2684)
Browse files Browse the repository at this point in the history
  • Loading branch information
ceedubs authored and Luka Jacobowitz committed Jan 4, 2019
1 parent adc47b9 commit ee7d356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/tut/faq.md
Expand Up @@ -17,7 +17,7 @@ position: 40
* [Why is some example code not compiling for me?](#example-compile)
* [How can I turn my List of `<something>` into a `<something>` of a list?](#traverse)
* [Where is `ListT`?](#listt)
* [Where are `Applicative`s for monad transformers?(#applicative-monad-transformers)
* [Where are `Applicative`s for monad transformers?](#applicative-monad-transformers)
* [Where is `IO`/`Task`?](#task)
* [What does `@typeclass` mean?](#simulacrum)
* [What do types like `?` and `λ` mean?](#kind-projector)
Expand Down

0 comments on commit ee7d356

Please sign in to comment.