Skip to content

Commit

Permalink
chore: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Dec 23, 2024
1 parent 697f6c4 commit 11779a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/loadpoint_effective.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func (lp *Loadpoint) EffectivePlanSoc() int {
return soc
}

// EffectivePlanSoc returns the id for the current plan
// EffectivePlanId returns the id for the current plan
func (lp *Loadpoint) EffectivePlanId() int {
if lp.socBasedPlanning() {
_, _, id := lp.nextVehiclePlan()
Expand Down

0 comments on commit 11779a6

Please sign in to comment.