We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107b6a5 commit 76f11f4Copy full SHA for 76f11f4
src/types.jl
@@ -85,7 +85,7 @@ const DEFAULT_DIM_TYPE = Dimensions{DEFAULT_DIM_BASE_TYPE}
85
Physical quantity with value `value` of type `T` and dimensions `dimensions` of type `D`.
86
For example, the velocity of an object with mass 1 kg and velocity
87
2 m/s is `Quantity(2, mass=1, length=1, time=-1)`.
88
-You should access these fields with `ustrip(q)`, and `dimensions(q)`.
+You should access these fields with `ustrip(q)`, and `dimension(q)`.
89
You can access specific dimensions with `ulength(q)`, `umass(q)`, `utime(q)`,
90
`ucurrent(q)`, `utemperature(q)`, `uluminosity(q)`, and `uamount(q)`.
91
0 commit comments