mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 08:17:07 +00:00
updating comment
This commit is contained in:
parent
25eb6fce40
commit
ef52e20a1b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import { assertRange } from "./Debug";
|
|||
import { Time } from "../type/Units";
|
||||
|
||||
/**
|
||||
* Assert that the time is in the given range
|
||||
* Assert that the number is in the given range.
|
||||
*/
|
||||
export function range(min: number, max = Infinity) {
|
||||
const valueMap: WeakMap<any, number> = new WeakMap();
|
||||
|
|
Loading…
Reference in a new issue