mirror of
https://github.com/prometheus/prometheus
synced 2024-12-28 09:42:22 +00:00
fix typo
This commit is contained in:
parent
07a3cd4851
commit
7655038184
@ -85,7 +85,7 @@ import (
|
||||
// new chunk.
|
||||
//
|
||||
// From the 3rd timestamp on, a double-delta (ΔΔt) is saved:
|
||||
// (t_{n} - t_{n-1}) - (t_{n-2} - t_{n-1})
|
||||
// (t_{n} - t_{n-1}) - (t_{n-1} - t_{n-2})
|
||||
// To perform that operation, the last Δt is saved at the end of the chunk for
|
||||
// as long the chunk is not closed yet (see above).
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user