Skip to content

Commit ee76f7e

Browse files
committed
Close markdown table row
1 parent a2a8031 commit ee76f7e

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)