Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eliascarv committed Dec 5, 2024
1 parent 13aae79 commit 5608057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conversion.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ convfact(s::Units{S}, t::Units{S}) where {S} = 1

"""
convfact(T::Type, s::Units{S}, t::Units{S})
Returns a appropriate conversion factor from unit `t` to unit `s` for number type `T`.
Returns the appropriate conversion factor from unit `t` to unit `s` for the number type `T`.
"""
function convfact(::Type{T}, s::Units, t::Units) where {T<:Number}
cf = convfact(s, t)
Expand Down

0 comments on commit 5608057

Please sign in to comment.