Skip to content

Commit

Permalink
Update packages/chart/src/ChartUtils.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Vlad Babich <vladimir.babich@gmail.com>
  • Loading branch information
mofojed and vbabich authored Nov 27, 2024
1 parent 0a78d10 commit 085f4c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/chart/src/ChartUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -580,9 +580,9 @@ class ChartUtils {
*
* @param holidayPeriods the business periods for the holiday
* @param calendarPeriods the business periods for the calendar
* @returns an array of closed periods for the partial holiday. Should be the periods during the regular business hours that are _not_ specified by the holiday periods.
* @returns an array of closed ranges for the partial holiday. Should be the ranges during the regular business hours that are _not_ specified by the holiday periods.
*/
static createClosedPeriodsForPartialHoliday(
static createClosedRangesForPartialHoliday(
holidayPeriods: DhType.calendar.BusinessPeriod[],
calendarPeriods: DhType.calendar.BusinessPeriod[]
): Range[] {
Expand Down

0 comments on commit 085f4c2

Please sign in to comment.