docs: fix markdown formatting

This commit is contained in:
Alexander Zobnin
2018-10-22 12:10:54 +03:00
parent cd4469c6ba
commit 259ed9a3ad

View File

@@ -38,6 +38,7 @@ delta()
```
Converts absolute values to delta. This function just calculate difference between values. For the per-second
calculation use `rate()`.
---
### _rate_
@@ -46,6 +47,7 @@ rate()
```
Calculates the per-second rate of increase of the time series. Resistant to counter reset. Suitable for converting of
growing counters into the per-sercond rate.
---
### _movingAverage_