mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
fix markdown list
Signed-off-by: 咸鱼暄 <30610597+smd1121@users.noreply.github.com>
This commit is contained in:
parent
caa71fb3c7
commit
ad03ede602
|
@ -98,6 +98,7 @@ vector.
|
||||||
clamps the sample values of all elements in `v` to have a lower limit of `min` and an upper limit of `max`.
|
clamps the sample values of all elements in `v` to have a lower limit of `min` and an upper limit of `max`.
|
||||||
|
|
||||||
Special cases:
|
Special cases:
|
||||||
|
|
||||||
- Return an empty vector if `min > max`
|
- Return an empty vector if `min > max`
|
||||||
- Return `NaN` if `min` or `max` is `NaN`
|
- Return `NaN` if `min` or `max` is `NaN`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue