Skip to content

Commit a58d2bf

Browse files
committed
fix typo in cancellative categories
1 parent 781b266 commit a58d2bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

database/data/003_properties/005_morphism-behavior.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ VALUES
3434
(
3535
'left cancellative',
3636
'is',
37-
'A category is <i>left cancellative</i> if for every morphism $f : A \to B$ and every parallel pair of morphisms $g,h : B \rightrightarrows C$ with $f \circ g = f \circ h$ we have $g = h$. Equivalently, every morphism is a monomorphism.',
37+
'A category is <i>left cancellative</i> if for every morphism $f : A \to B$ and every parallel pair of morphisms $g,h : T \rightrightarrows A$ with $f \circ g = f \circ h$ we have $g = h$. Equivalently, every morphism is a monomorphism.',
3838
'https://ncatlab.org/nlab/show/cancellative+category',
3939
'right cancellative',
4040
TRUE
4141
),
4242
(
4343
'right cancellative',
4444
'is',
45-
'A category is <i>right cancellative</i> if for every morphism $f : A \to B$ and every parallel pair of morphisms $g,h : C \rightrightarrows A$ with $g \circ f = h \circ f$ we have $g = h$. Equivalently, every morphism is an epimorphism.',
45+
'A category is <i>right cancellative</i> if for every morphism $f : A \to B$ and every parallel pair of morphisms $g,h : B \rightrightarrows T$ with $g \circ f = h \circ f$ we have $g = h$. Equivalently, every morphism is an epimorphism.',
4646
'https://ncatlab.org/nlab/show/cancellative+category',
4747
'left cancellative',
4848
TRUE

0 commit comments

Comments
 (0)