typo in L07mul_pow.lean

This commit is contained in:
Yannick Seurin
2024-06-12 14:37:49 +02:00
committed by GitHub
parent 401d973028
commit fb90bad32c

View File

@@ -11,7 +11,7 @@ Introduction
The music gets ever more dramatic, as we explore
the interplay between exponentiation and multiplication.
If you're having trouble exchanging the right `x * y`
If you're having trouble exchanging the right `a * b`
because `rw [mul_comm]` swaps the wrong multiplication,
then read the documentation of `rw` for tips on how to fix this.
"