Skip to content

Commit

Permalink
Docs: Fix typo in "Kleisli"
Browse files Browse the repository at this point in the history
  • Loading branch information
willheslam authored and gcanti committed Mar 31, 2020
1 parent 4806af7 commit ca7feee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/code-conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ However usually it means *T*ransformer like in "monad transformers" (e.g. `Optio

### What a `K` suffix means, e.g. `fromEitherK` vs `chainEitherK`

`K` means *K*leisli. A _Kelisli arrow_ is a function with the following signature
`K` means *K*leisli. A _Kleisli arrow_ is a function with the following signature

```ts
(a: A) => F<B>
Expand Down

0 comments on commit ca7feee

Please sign in to comment.