Skip to content

Commit d909400

Browse files
committed
update
1 parent 51b1571 commit d909400

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ psychro(;
119119
φ::Number=NaN, # relative humidity
120120
h::Number=NaN, # specific enthalpy
121121
v::Number=NaN, # specific volume
122-
fig::Bool=false, # show/ommit chart
122+
fig::Bool=false, # show/omit chart
123123
back::Symbol=:white, # plot background color
124124
unit::Symbol=:K # units for temperature (:K or :°C)
125125
)::HumidAir
@@ -416,7 +416,7 @@ of the solution.
416416
```julia
417417
adiabSat( # adiabatic saturation temperature in K
418418
h::Number; # specific enthalpy in J/kg of dry air
419-
fig::Bool=false, # show/ommit chart
419+
fig::Bool=false, # show/omit chart
420420
back::Symbol=:white, # plot background color
421421
unit::Symbol=:K # units for temperature (:K or :°C)
422422
)

src/adiabSat.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
```
33
adiabSat( # adiabatic saturation temperature in K
44
h::Number; # specific enthalpy in J/kg of dry air
5-
fig::Bool=false, # show/ommit chart
5+
fig::Bool=false, # show/omit chart
66
back::Symbol=:white, # plot background color
77
unit::Symbol=:K # units for temperature (:K or :°C)
88
)

src/psychro.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ psychro(;
88
φ::Number=NaN, # relative humidity
99
h::Number=NaN, # specific enthalpy
1010
v::Number=NaN, # specific volume
11-
fig::Bool=false, # show/ommit chart
11+
fig::Bool=false, # show/omit chart
1212
back::Symbol=:white, # plot background color
1313
unit::Symbol=:K # units for temperature (:K or :°C)
1414
)::HumidAir

0 commit comments

Comments
 (0)