Skip to content

Commit 8449f43

Browse files
authored
Update README.md
1 parent 0e7f10e commit 8449f43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,9 @@ julia> total_cookies = cookie_rate * total_milk
312312
92.7 cookies
313313
```
314314

315-
Exponents are tracked with the `FixedRational{Int32,C}}`
316-
object, which represents rational numbers
317-
with a fixed denominator `C`. This is much faster than `Rational`.
315+
Exponents are tracked by default with the type `R = FixedRational{Int32,C}`,
316+
which represents rational numbers with a fixed denominator `C`.
317+
This is much faster than `Rational`.
318318

319319
```julia
320320
julia> typeof(0.5u"kg")

0 commit comments

Comments
 (0)