Skip to content

Commit 045a082

Browse files
Update utils.jl
Co-authored-by: Joshua Lampert <[email protected]>
1 parent f78d728 commit 045a082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ end
3939
"""
4040
_units(geometry)
4141
42-
Return the Unitful units associated with a particular `geometry`.
42+
Return the Unitful.jl units associated with a particular `geometry`.
4343
"""
4444
_units(::Geometry{M, CRS}) where {M, CRS} = Unitful.unit(CoordRefSystems.lentype(CRS))
4545
_units(::Meshes.Vec{Dim, T}) where {Dim, T} = Unitful.unit(T)

0 commit comments

Comments
 (0)