typo in L06mul_right_eq_one.lean

This commit is contained in:
Yannick Seurin
2024-06-14 12:08:33 +02:00
committed by GitHub
parent 9bc59952a8
commit 5d25d0f598

View File

@@ -38,7 +38,7 @@ to the context, because you just supplied the proof of it (`succ_inj a b`).
## Example
If you have a proof to hand, then you don't even need to state what you
are proving. example
are proving. For example
`have h2 := succ_inj a b`