From 6303a66d1490bf9202fc17cbb83c3db0ac599439 Mon Sep 17 00:00:00 2001 From: TeoV Date: Mon, 15 Jun 2020 16:35:10 +0300 Subject: [PATCH] Update comment --- rates/rates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rates/rates.go b/rates/rates.go index 766f489a5..0398409a7 100644 --- a/rates/rates.go +++ b/rates/rates.go @@ -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) {