Commit 2c48fba
authored
docs(linter): fix typo in
I think there's a typo in this rule's explanation. A correct clamp
should have the upper bound in the min call, and the lower bound in the
max call.
I initially opened a PR directly on the .md file but it turns out to be
generated from source
oxc-project/website#317oxc/bad-min-max-func (oxc-project#9791)1 parent 22f18ac commit 2c48fba
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments