updating comment

This commit is contained in:
Yotam Mann 2019-12-17 11:57:02 -05:00
parent 25eb6fce40
commit ef52e20a1b

View file

@ -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();