taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 4f11c11bd68b15791da4b39506dc1533d4927755
parent ad49f0f1b124229023c88ba53678cdfff9854786
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 04:22:10 -0400

fix typo: s/forever/never/

Diffstat:
Mcore/api-common.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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"; }