Skip to content

Commit 68ba831

Browse files
authored
chore: fix typo (#380)
# Description Fix a small typo. ## Checklist Before submitting a merge request, please check the items below: - [x] I've read [the contributing guidelines](https://github.com/plt-amy/1lab/blob/main/CONTRIBUTING.md). - [x] The imports of new modules have been sorted with `support/sort-imports.hs` (or `nix run --experimental-features nix-command -f . sort-imports`). - [x] All new code blocks have "agda" as their language. If your change affects many files without adding substantial content, and you don't want your name to appear on those pages (for example, treewide refactorings or reformattings), start the commit message and PR title with `chore:`.
1 parent c27000e commit 68ba831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cat/Bi/Diagram/Monad.lagda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ unitors $\lambda, \rho$.
5454
μ-unitl : μ B.∘ (η B.◀ M) ≡ B.λ← M
5555
```
5656

57-
We can draw these compatibility conditions as pretty commputative
57+
We can draw these compatibility conditions as pretty commutative
5858
diagrams. The commutative altar (on top) indicates associativity of
5959
multiplication, or more abstractly, compatibility of the multiplication
6060
with the associator. The commutative upside-down triangle indicates

0 commit comments

Comments
 (0)