From cf0ed422b27674401dac3367868051596c0a241e Mon Sep 17 00:00:00 2001 From: PenelopeFudd Date: Tue, 19 Mar 2019 11:23:24 -0700 Subject: [PATCH] website: Added missing doublequotes. (#20696) --- website/docs/configuration/functions/timeadd.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/configuration/functions/timeadd.html.md b/website/docs/configuration/functions/timeadd.html.md index e06d006af..926806c66 100644 --- a/website/docs/configuration/functions/timeadd.html.md +++ b/website/docs/configuration/functions/timeadd.html.md @@ -25,8 +25,8 @@ strings using [RFC 3339](https://tools.ietf.org/html/rfc3339) to be a string conforming to this syntax. `duration` is a string representation of a time difference, consisting of -sequences of number and unit pairs, like `"1.5h"` or `1h30m`. The accepted -units are `ns`, `us` (or `µs`), `"ms"`, `"s"`, `"m"`, and `"h"`. The first +sequences of number and unit pairs, like `"1.5h"` or `"1h30m"`. The accepted +units are `"ns"`, `"us"` (or `"µs"`), `"ms"`, `"s"`, `"m"`, and `"h"`. The first number may be negative to indicate a negative duration, like `"-2h5m"`. The result is a string, also in RFC 3339 format, representing the result