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 c727c73 commit 8c7883aCopy full SHA for 8c7883a
src/symbolic_dimensions.jl
@@ -260,7 +260,7 @@ end
260
ustripexpand(q::AbstractQuantity)
261
ustripexpand(q::QuantityArray)
262
263
-Return the value of `q` in SI base units. This is equivalent with `ustrip(uexpand(q))`.
+Return the value of `q` in SI base units. This is equivalent to `ustrip(uexpand(q))`.
264
"""
265
ustripexpand(q::UnionAbstractQuantity) = ustrip(uexpand(q))
266
ustripexpand(q::QuantityArray) = ustrip(uexpand(q))
0 commit comments