doc: Rat.lean docstring: "Mathlib" -> "Batteries" (#7708)
This PR fixes an inaccuracy in a module doc for an internal file. The "Mathib rational numbers" are actually defined in Batteries now - someone using Batteries but not Mathlib could potentialy be misled by this. I think this is an improvement on the docstring.
This commit is contained in:
parent
d7f5d9a67a
commit
5fb990fcbd
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ namespace Internal
|
|||
|
||||
/-!
|
||||
Rational numbers for implementing decision procedures.
|
||||
We should not confuse them with the Mathlib rational numbers.
|
||||
We should not confuse them with the Batteries rational numbers, also used by Mathlib.
|
||||
-/
|
||||
|
||||
structure Rat where
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue