From 4f11c11bd68b15791da4b39506dc1533d4927755 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 19 Mar 2021 04:22:10 -0400 Subject: fix typo: s/forever/never/ --- core/api-common.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/api-common.rst') 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"; } -- cgit v1.2.3