website: Added missing doublequotes. (#20696)

This commit is contained in:
PenelopeFudd 2019-03-19 11:23:24 -07:00 committed by Nick Fagerlund
parent eb582744df
commit cf0ed422b2
1 changed files with 2 additions and 2 deletions

View File

@ -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