Skip to content

Commit

Permalink
docs(time-ranges): fix wrong comment for getRange function (#5026)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maysjtu authored and gkatsev committed Mar 16, 2018
1 parent bd6b31c commit d7f45ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/js/utils/time-ranges.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ function rangeCheck(fnName, index, maxIndex) {
}

/**
* Check if any of the time ranges are over the maximum index.
* Get the time for the specified index at the start or end
* of a TimeRange object.
*
* @param {string} fnName
* The function name to use for logging
Expand Down

0 comments on commit d7f45ba

Please sign in to comment.