taler-docs

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

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

add period at end of sentence (three instances)

Diffstat:
Mcore/api-common.rst | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/api-common.rst b/core/api-common.rst @@ -270,7 +270,7 @@ Integers .. ts:def:: Integer - // JavaScript numbers restricted to integers + // JavaScript numbers restricted to integers. type Integer = number; Objects @@ -278,7 +278,7 @@ Objects .. ts:def:: Object - // JavaScript objects, no further restrictions + // JavaScript objects, no further restrictions. type Object = object; Keys @@ -286,7 +286,7 @@ Keys .. ts:def:: ClaimToken - // 16-byte access token used to authorize access + // 16-byte access token used to authorize access. type ClaimToken = string; .. ts:def:: EddsaPublicKey