Skip to content
Snippets Groups Projects
Commit ee61f8cd authored by Armaël Guéneau's avatar Armaël Guéneau
Browse files

fix typo

parent 8d8fbde9
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ Section coPset. ...@@ -60,7 +60,7 @@ Section coPset.
Qed. Qed.
End coPset. End coPset.
(* The disjoiny union CMRA *) (* The disjoint union CMRA *)
Inductive coPset_disj := Inductive coPset_disj :=
| CoPset : coPset coPset_disj | CoPset : coPset coPset_disj
| CoPsetBot : coPset_disj. | CoPsetBot : coPset_disj.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment