Skip to content

Commit

Permalink
doc: fix typo (#5664)
Browse files Browse the repository at this point in the history
"`hom`" should be "`Hom`".
  • Loading branch information
chabulhwi committed Jul 2, 2023
1 parent 03fc68a commit 3de9de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/Combinatorics/Quiver/Basic.lean
Expand Up @@ -41,7 +41,7 @@ For graphs with no repeated edges, one can use `Quiver.{0} V`, which ensures
`a ⟶ b : Prop`. For multigraphs, one can use `Quiver.{v+1} V`, which ensures
`a ⟶ b : Type v`.
Because `Category` will later extend this class, we call the field `hom`.
Because `Category` will later extend this class, we call the field `Hom`.
Except when constructing instances, you should rarely see this, and use the `⟶` notation instead.
-/
class Quiver (V : Type u) where
Expand Down

0 comments on commit 3de9de6

Please sign in to comment.