Skip to content

Commit 8ed0e42

Browse files
authored
Update README.md
1 parent 4a49a35 commit 8ed0e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Notation "- x" := (opp x).
4242
```
4343

4444
Abelian groups feature the operations and properties given by the
45-
`AbelianGrp_of_AddComoid` and `AddComoid_of_Type` mixins.
45+
`AbelianGrp_of_AddComoid` mixin (and its dependency `AddComoid_of_Type`).
4646

4747
```coq
4848
Lemma example (G : AbelianGrp.type) (x : G) : x + (- x) = - 0.

0 commit comments

Comments
 (0)