Skip to content

Commit

Permalink
fix spelling mistake
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Atia <aatia@keylogic.com>
  • Loading branch information
bknueven and adam-a-a authored Oct 5, 2023
1 parent 4e81f89 commit 18a05b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watertap/unit_models/electrodialysis_1D.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ def build(self):
initialize=0.9,
bounds=(0, 1 + 1e-10),
units=pyunits.dimensionless,
doc="The overall current efficiency for deionizaiton",
doc="The overall current efficiency for deionization",
)
self.recovery_mass_H2O = Var(
self.flowsheet().time,
Expand Down

0 comments on commit 18a05b1

Please sign in to comment.