aboutsummaryrefslogtreecommitdiff
path: root/core/api-common.rst
diff options
context:
space:
mode:
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 f7bcf258..92bf0940 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -248,7 +248,7 @@ Timestamps are represented by the following structure:
interface Timestamp {
// Milliseconds since epoch, or the special
- // value "forever" to represent an event that will
+ // value "never" to represent an event that will
// never happen.
t_ms: number | "never";
}