Skip to content

Commit 938fdaf

Browse files
authored
Update readme.md
1 parent f26b72a commit 938fdaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Math.clamp(10, 5, 0);
8989
//=> 10
9090
```
9191

92-
It supports `null`/`undefined`/`-Infinity`/`-Infinity` to specify when there is no upper or lower bound:
92+
It supports `null`/`undefined`/`-Infinity`/`Infinity` to specify when there is no upper or lower bound:
9393

9494
```js
9595
Math.clamp(5, 0, null);

0 commit comments

Comments
 (0)