Skip to content

Commit 5220e3e

Browse files
committed
prose: missed some m's, flip arrow
Suggested-by: Naïm Camille Favier <n@monade.li>
1 parent 420d7d9 commit 5220e3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Cat/Morphism/Factorisation.lagda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module _
3333
:::{.definition #factorisation}
3434
Let $L, R \subseteq C$ be two classes of morphisms of $\cC$.
3535
An $(L,R)$ **factorisation** of a morphism $f : \cC(X,Y)$ consists
36-
of an object $m(f) : \cC$ and a pair of morphisms $l : \cC(X,M), r : \cC(M,Y)$
36+
of an object $m(f) : \cC$ and a pair of morphisms $l : \cC(X,m(f)), r : \cC(m(f),Y)$
3737
such that $l \in L$, $r \in R$, and $f = r \circ l$.
3838
:::
3939

src/Cat/Morphism/Orthogonal.lagda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ diagram like
3333
\arrow["v", from=3-1, to=3-3]
3434
\arrow["f"', from=1-1, to=3-1]
3535
\arrow["g", from=1-3, to=3-3]
36-
\arrow[dashed, from=1-3, to=3-1]
36+
\arrow[dashed, from=3-1, to=1-3]
3737
\end{tikzcd}\]
3838
~~~
3939

0 commit comments

Comments
 (0)