summaryrefslogtreecommitdiff
path: root/core/api-common.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 04:22:10 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 04:22:10 -0400
commit4f11c11bd68b15791da4b39506dc1533d4927755 (patch)
tree58e5ea49b18eef2d722d0e99c64f5da84c5deb30 /core/api-common.rst
parentad49f0f1b124229023c88ba53678cdfff9854786 (diff)
downloaddocs-4f11c11bd68b15791da4b39506dc1533d4927755.tar.gz
docs-4f11c11bd68b15791da4b39506dc1533d4927755.tar.bz2
docs-4f11c11bd68b15791da4b39506dc1533d4927755.zip
fix typo: s/forever/never/
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";
}