From bd0e56caac0e4074e6219cd31e6483cb228f95b9 Mon Sep 17 00:00:00 2001 From: Amal <56926487+amalkurup89@users.noreply.github.com> Date: Fri, 1 May 2020 04:16:09 +0530 Subject: [PATCH] Minor grammatical correction in docs (#24133) --- docs/sources/guides/timeseries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/guides/timeseries.md b/docs/sources/guides/timeseries.md index 96d36feb14a..7a91d779c95 100755 --- a/docs/sources/guides/timeseries.md +++ b/docs/sources/guides/timeseries.md @@ -74,7 +74,7 @@ Look at this sequence of Unix timestamps: 1572524345, 1572524375, 1572524404, 1572524434, 1572524464 ``` -Looking at these timestamp, they all start with `1572524`, leading to poor use of disk space. Instead, we could store each subsequent timestamp as the difference, or _delta_, from the first one: +Looking at these timestamps, they all start with `1572524`, leading to poor use of disk space. Instead, we could store each subsequent timestamp as the difference, or _delta_, from the first one: ``` 1572524345, +30, +29, +30, +30