commit ae8120dc006d63e83b1b68cd9909c4c7a5667f86
parent 687af63c29a6b8e09e8f5d4becd035b12d0d0295
Author: Florian Dold <florian.dold@gmail.com>
Date: Thu, 19 Dec 2019 22:10:03 +0100
typo in type definition
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-common.rst b/core/api-common.rst
@@ -158,7 +158,7 @@ Timestamps are represented by the following structure:
.. ts:def:: RelativeTime
- type Duration {
+ interface Duration {
// Duration in milliseconds or "forever"
// to represent an infinite duration.
d_ms: number | "forever";