summaryrefslogtreecommitdiff
path: root/core/api-common.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-12-19 22:10:03 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-12-19 22:10:03 +0100
commitae8120dc006d63e83b1b68cd9909c4c7a5667f86 (patch)
treec3e172ec297e573735d5d9c4a4b43b235994c29b /core/api-common.rst
parent687af63c29a6b8e09e8f5d4becd035b12d0d0295 (diff)
downloaddocs-ae8120dc006d63e83b1b68cd9909c4c7a5667f86.tar.gz
docs-ae8120dc006d63e83b1b68cd9909c4c7a5667f86.tar.bz2
docs-ae8120dc006d63e83b1b68cd9909c4c7a5667f86.zip
typo in type definition
Diffstat (limited to 'core/api-common.rst')
-rw-r--r--core/api-common.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-common.rst b/core/api-common.rst
index 6199bb63..417ffac5 100644
--- 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";