Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Richienb authored Jul 21, 2024
1 parent f26b72a commit 938fdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Math.clamp(10, 5, 0);
//=> 10
```

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

```js
Math.clamp(5, 0, null);
Expand Down

0 comments on commit 938fdaf

Please sign in to comment.