Skip to content

Commit

Permalink
chore: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ncfavier committed Nov 10, 2023
1 parent 718f575 commit 43f5b59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Cat/Diagram/Colimit/Base.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -652,9 +652,9 @@ is-cocontinuous oshape hshape {C = C} F =
preserves-colimit F Diagram
```

## Cocompleteness
# Cocompleteness

A category is **cocomplete** if admits for limits of arbitrary shape.
A category is **cocomplete** if it admits colimits for diagrams of arbitrary shape.
However, in the presence of excluded middle, if a category admits
coproducts indexed by its class of morphisms, then it is automatically
[thin]. Since excluded middle is independent of type theory, we can not
Expand Down
2 changes: 1 addition & 1 deletion src/Cat/Diagram/Limit/Base.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ triangles

The rest of the data says that $\psi$ is the universal family of maps
with this property: If $\eta_j : x \to Fj$ is another family of maps
with the same commutativty property, then each $\eta_j$ factors through
with the same commutativity property, then each $\eta_j$ factors through
the apex by a single, _unique_ universal morphism:

```agda
Expand Down

0 comments on commit 43f5b59

Please sign in to comment.