File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ psychro(;
119
119
φ:: Number = NaN , # relative humidity
120
120
h:: Number = NaN , # specific enthalpy
121
121
v:: Number = NaN , # specific volume
122
- fig:: Bool = false , # show/ommit chart
122
+ fig:: Bool = false , # show/omit chart
123
123
back:: Symbol = :white , # plot background color
124
124
unit:: Symbol = :K # units for temperature (:K or :°C)
125
125
):: HumidAir
@@ -416,7 +416,7 @@ of the solution.
416
416
``` julia
417
417
adiabSat ( # adiabatic saturation temperature in K
418
418
h:: Number ; # specific enthalpy in J/kg of dry air
419
- fig:: Bool = false , # show/ommit chart
419
+ fig:: Bool = false , # show/omit chart
420
420
back:: Symbol = :white , # plot background color
421
421
unit:: Symbol = :K # units for temperature (:K or :°C)
422
422
)
Original file line number Diff line number Diff line change 2
2
```
3
3
adiabSat( # adiabatic saturation temperature in K
4
4
h::Number; # specific enthalpy in J/kg of dry air
5
- fig::Bool=false, # show/ommit chart
5
+ fig::Bool=false, # show/omit chart
6
6
back::Symbol=:white, # plot background color
7
7
unit::Symbol=:K # units for temperature (:K or :°C)
8
8
)
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ psychro(;
8
8
φ::Number=NaN, # relative humidity
9
9
h::Number=NaN, # specific enthalpy
10
10
v::Number=NaN, # specific volume
11
- fig::Bool=false, # show/ommit chart
11
+ fig::Bool=false, # show/omit chart
12
12
back::Symbol=:white, # plot background color
13
13
unit::Symbol=:K # units for temperature (:K or :°C)
14
14
)::HumidAir
You can’t perform that action at this time.
0 commit comments