Skip to content

Commit

Permalink
Update S01_Calculating.lean
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
natema authored and PatrickMassot committed Feb 5, 2024
1 parent 3862e04 commit 144e0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIL/C02_Basics/S01_Calculating.lean
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ example (a b c : ℝ) : a * (b * c) = b * (a * c) := by
rw [mul_assoc]

/- TEXT:
You an also use ``rw`` with facts from the local context.
You can also use ``rw`` with facts from the local context.
TEXT. -/
-- Using facts from the local context.
-- QUOTE:
Expand Down

0 comments on commit 144e0b8

Please sign in to comment.