Update comment

This commit is contained in:
TeoV
2020-06-15 16:35:10 +03:00
committed by Dan Christian Bogos
parent bc23dfa3d7
commit 6303a66d14

View File

@@ -122,7 +122,7 @@ func (rS *RateS) matchingRateProfileForEvent(args *ArgsCostForEvent) (rtPfl *eng
return
}
// matchingRateProfileForEvent returns the matched RateProfile for the given event
// matchingRatesForEvent returns the matched Rate out of a RateProfile for the given event
// indexed based on intervalStart, there will be one winner per interval start
// returned in order of intervalStart
func (rS *RateS) matchingRatesForEvent(rtPfl *engine.RateProfile, cgrEv *utils.CGREvent) (rts []*engine.Rate, err error) {