Skip to content

Commit 47ca1d2

Browse files
committed
fixup: some more text substitution disasters
1 parent 31f8d65 commit 47ca1d2

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

src/Cat/Allegory/Maps.lagda.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ Rel-map→function {x = x} {y} {rel} map elt =
7777

7878
## The category of maps
7979

80-
Given an allegory $\cA$, we can form a categor\rm{Map}ap}(\cA)$
81-
with the same objects as $\cA$, but considering only the maps (rather
82-
than arbitrary relations).
80+
Given an allegory $\cA$, we can form a category $\rm{Map}(\cA)$ with the
81+
same objects as $\cA$, but considering only the maps (rather than
82+
arbitrary relations).
8383

8484
```agda
8585
module _ {o ℓ h} (A : Allegory o ℓ h) where

src/Cat/Instances/Elements.lagda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ private
1717

1818
# The Category of Elements
1919

20-
The category of elements of a presheaf $P : C\op \to \Sets$ is a means
20+
The category of elements of a presheaf $P : \cC\op \to \Sets$ is a means
2121
of unpacking the data of the presheaf. Its objects are pairs of an
2222
object $x$, and a section $s : P x$.
2323

src/Cat/Instances/Twisted.lagda.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ module Cat.Instances.Twisted where
77

88
# Twisted arrow categories
99

10-
The category of arrows of $\cC$ is the categor\rm{Arr}rr}(\cC)$
11-
which has objects given by morphisms $a_0 \xto{a} a_1 : \cC$^[We will
10+
The category of arrows of $\cC$ is the category $\rm{Arr}(\cC)$ which
11+
has objects given by morphisms $a_0 \xto{a} a_1 : \cC$^[We will
1212
metonymically refer to the triple $(a_0,a_1,a)$ using simply $a$.], and
1313
morphisms $f : a \to b$ given by pairs $f_0, f_1$ as indicated making
1414
the diagram below commute.
@@ -27,9 +27,8 @@ the diagram below commute.
2727

2828
Now, add a twist. Literally! Invert the direction of the morphism $f_0$
2929
in the definition above. The resulting category is the **twisted arrow
30-
category** of $\cC$, writte\rm{Tw}Tw}(\cC)$. You can think of a
31-
morphism $f \to g$ in $\rm{Tw}(\cC)$ as a factorisation of $g$
32-
through $f$.
30+
category** of $\cC$, written $\rm{Tw}(\cC)$. You can think of a morphism
31+
$f \to g$ in $\rm{Tw}(\cC)$ as a factorisation of $g$ through $f$.
3332

3433
```agda
3534
module _ {o ℓ} {C : Precategory o ℓ} where

0 commit comments

Comments
 (0)