Skip to content

Commit

Permalink
Add minor changes to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tan75 authored and kossnocorp committed Jul 23, 2021
1 parent aa45c46 commit d83b5a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clamp/index.ts
Expand Up @@ -25,8 +25,8 @@ import requiredArgs from '../_lib/requiredArgs/index'
* })
* //=> Mon Mar 22 2021 00:00:00
*
* @param {Date | Number} date the date to be bounded
* @param {Interval} interval the interval to bound to
* @param {Date | Number} date - date the date to be bounded
* @param {Interval} interval - the interval to bound to
* @returns {Date} the Date value bounded by the min and max date
* @throws {TypeError} 2 arguments required
* @throws {RangeError} The start of an interval cannot be after it's end
Expand Down

0 comments on commit d83b5a3

Please sign in to comment.