Skip to content

Commit 51253bc

Browse files
committed
update module docstring
1 parent e675f84 commit 51253bc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • Mathlib/Algebra/Order/Ring/Unbundled

Mathlib/Algebra/Order/Ring/Unbundled/Rat.lean

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ import Mathlib.Init.Data.Int.Order
1212
# The rational numbers possess a linear order
1313
1414
This file constructs the order on `ℚ` and proves various facts relating the order to
15-
ring structure on `ℚ`.
15+
ring structure on `ℚ`. This only used unbundled type classes relating the order structure
16+
and algebra structure on `ℚ`. For the bundled `LinearOrderedCommRing` instance on `Q`,
17+
see `Algebra.Order.Ring.Rat`.
1618
1719
## Tags
1820

0 commit comments

Comments
 (0)