Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechStep committed Dec 12, 2023
1 parent d8b96bb commit 4597882
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ of these transformations are equivalences.

These lemmas are useful in proofs involving path algebra, because taking
`equiv-right-whisk-triangle-identicications` as an example, it provides us with
two maps: the forward direcation states `(p = q ∙ r) (p ∙ s = q ∙ (r ∙ s))`,
two maps: the forward direction states `(p = q ∙ r) (p ∙ s = q ∙ (r ∙ s))`,
which allows one to append an identification without needing to reassociate on
the right, and the backwards direction conversely allows one to concel out an
identification in parantheses.
the right, and the backwards direction conversely allows one to cancel out an
identification in parentheses.

```agda
module _
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ open import synthetic-homotopy-theory.universal-property-sequential-colimits

The {{#concept "flattening lemma" Disambiguation="sequential colimits"}} for
[sequential colimits](synthetic-homotopy-theory.universal-property-sequential-colimits.md)
states that coequalizers commute with
states that sequential colimits commute with
[dependent pair types](foundation.dependent-pair-types.md). Specifically, given
a [cocone](synthetic-homotopy-theory.cocones-under-sequential-diagrams.md)

Expand Down

0 comments on commit 4597882

Please sign in to comment.