Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Jan 16, 2024
1 parent 59a3db0 commit d93a310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Thermodynamics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ include("TestedProfiles.jl")
Base.broadcastable(dap::DryAdiabaticProcess) = tuple(dap)
Base.broadcastable(phase::Phase) = tuple(phase)

# For backwards compatibility with package DocStringExtensions
# For backwards compatibility with package extensions
isdefined(Base, :get_extension) || include(joinpath("..", "ext", "CreateParametersExt.jl"))

end #module Thermodynamics.jl

0 comments on commit d93a310

Please sign in to comment.