Skip to content

Commit bf72a4e

Browse files
docs: missing FRInt32
Co-authored-by: Ian Weaver <weaveric@gmail.com>
1 parent 5668cf2 commit bf72a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ you can use a `QuantityArray`:
328328

329329
```julia-repl
330330
julia> ar = rand(3)u"m/s"
331-
3-element QuantityArray(::Vector{Float64}, ::Quantity{Float64, Dimensions{FixedRational{Int32, 25200}}}):
331+
3-element QuantityArray(::Vector{Float64}, ::Quantity{Float64, Dimensions{FRInt32}}):
332332
0.2729202669351497 m s⁻¹
333333
0.992546340360901 m s⁻¹
334334
0.16863543422972482 m s⁻¹

0 commit comments

Comments
 (0)