website: Added missing doublequotes. (#20696)
This commit is contained in:
parent
eb582744df
commit
cf0ed422b2
|
@ -25,8 +25,8 @@ strings using [RFC 3339](https://tools.ietf.org/html/rfc3339)
|
||||||
to be a string conforming to this syntax.
|
to be a string conforming to this syntax.
|
||||||
|
|
||||||
`duration` is a string representation of a time difference, consisting of
|
`duration` is a string representation of a time difference, consisting of
|
||||||
sequences of number and unit pairs, like `"1.5h"` or `1h30m`. The accepted
|
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
|
units are `"ns"`, `"us"` (or `"µs"`), `"ms"`, `"s"`, `"m"`, and `"h"`. The first
|
||||||
number may be negative to indicate a negative duration, like `"-2h5m"`.
|
number may be negative to indicate a negative duration, like `"-2h5m"`.
|
||||||
|
|
||||||
The result is a string, also in RFC 3339 format, representing the result
|
The result is a string, also in RFC 3339 format, representing the result
|
||||||
|
|
Loading…
Reference in New Issue