commit eec2d140ee5882869e04dbe48aeed1cd72e88a02
parent 9e8c67f3ee32e176747b6c62aa5907fb1b83a2b6
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Fri, 19 Mar 2021 14:22:39 -0400
capitalize first word in sentence; add period at end of sentence (two instances)
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/api-bank-integration.rst b/core/api-bank-integration.rst
@@ -48,10 +48,10 @@ to tightly integrate with GNU Taler.
// The format is "current:revision:age".
version: string;
- // currency used by this bank
+ // Currency used by this bank.
currency: string;
- // name of the API
+ // Name of the API.
name: "taler-bank-integration";
}