Skip to content

Commit

Permalink
Fix typo (#3364)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaT1g3R authored Mar 20, 2020
1 parent 824a4b3 commit f28136c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/tut/nomenclature.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Like the previous section, we use the `E` for the error parameter type.
| `WriterT[F[_], A, B]` | `F[(A,B)]`
| `Tuple2K[F[_], G[_], A]` | `(F[A], G[A])`
| `EitherK[F[_], G[_], A]` | `Either[F[A], G[A]]`
| `FunctionK[F[_], G[_]` | `F[X] => G[X]` for every `X`
| `FunctionK[F[_], G[_]]` | `F[X] => G[X]` for every `X`
| `F ~> G` | Alias of `FunctionK[F, G]`

### OptionT
Expand Down

0 comments on commit f28136c

Please sign in to comment.