Skip to content

Commit

Permalink
Typo in Data.Rat.Sqrt (#1577)
Browse files Browse the repository at this point in the history
Just noticed a small typo from when I ported `Data.Rat.Sqrt`
  • Loading branch information
aricursion committed Jan 15, 2023
1 parent 38edbb8 commit 314c3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/Data/Rat/Sqrt.lean
Expand Up @@ -15,7 +15,7 @@ import Mathlib.Data.Int.Sqrt
/-!
# Square root on rational numbers
This file defines the square root function on rational numbers `rat.sqrt`
This file defines the square root function on rational numbers `Rat.sqrt`
and proves several theorems about it.
-/
Expand Down

0 comments on commit 314c3c7

Please sign in to comment.