Skip to content

Commit

Permalink
WildCat/ZeroGroupoid: fix typo, graph -> 0gpd
Browse files Browse the repository at this point in the history
  • Loading branch information
jdchristensen committed Sep 3, 2023
1 parent 977214c commit d7ec40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/WildCat/ZeroGroupoid.v
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Proof.
exact (forall x : G, f x $== g x).
Defined.

Global Instance is1cat_graph : Is1Cat ZeroGpd.
Global Instance is1cat_0gpd : Is1Cat ZeroGpd.
Proof.
snrapply Build_Is1Cat.
- intros G H.
Expand Down

0 comments on commit d7ec40b

Please sign in to comment.