Skip to content

Commit 67aad39

Browse files
authored
Merge pull request #4580 from Masynchin/fix-choice-alias-in-docs
Fix `choice` alias render in docs
2 parents da8cb9b + ee76f7e commit 67aad39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/nomenclature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Here, we use `Ki` as a short-hand for `Kleisli`.
283283
| `F[A, B] => F[C, A] => F[C, B]` | `compose` | `<<<` |
284284
| `F[A, B] => F[B, C] => F[A, C]` | `andThen` | `>>>` |
285285
| `=> F[A,A]` | `id` |
286-
| `F[A, B] => F[C, B] => F[Either[A, C], B]` | `choice` | `|||`
286+
| `F[A, B] => F[C, B] => F[Either[A, C], B]` | `choice` | `|||` |
287287
| `=> F[ Either[A, A], A]` | `codiagonal` |
288288

289289
#### Arrow

0 commit comments

Comments
 (0)