Skip to content

Commit 68d104f

Browse files
authored
Merge pull request #143 from shfshanyue/master
fix typo: middle dot
2 parents e0a7e75 + b58ed9b commit 68d104f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ To be a valid category 3 rules must be met:
331331
and `f` is a morphism from `a -> b`, and `g` is a morphism from `b -> c`;
332332
`g(f(x))` must be equivalent to `(g • f)(x)`.
333333
3. Composition must be associative
334-
`f • (g • h)` is the same as `(f • g) * h`
334+
`f • (g • h)` is the same as `(f • g) h`
335335

336336
Since these rules govern composition at very abstract level, category theory is great at uncovering new ways of composing things.
337337

0 commit comments

Comments
 (0)