Skip to content

Commit d3e7801

Browse files
committed
Fix merge error
1 parent fddbbc6 commit d3e7801

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/simulation/investment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ pub fn perform_agent_investment(
8585

8686
for region_id in model.iter_regions() {
8787
// Keep track of the commodities that have been seen so far. This will be used to apply
88-
// balance constraints in the dispatch optimisation - e only apply balance constraints for
88+
// balance constraints in the dispatch optimisation - we only apply balance constraints for
8989
// commodities that have been seen so far.
9090
let mut seen_commodities = Vec::new();
9191

0 commit comments

Comments
 (0)