From eec2d140ee5882869e04dbe48aeed1cd72e88a02 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 19 Mar 2021 14:22:39 -0400 Subject: capitalize first word in sentence; add period at end of sentence (two instances) --- core/api-bank-integration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core') diff --git a/core/api-bank-integration.rst b/core/api-bank-integration.rst index 76684071..537568e8 100644 --- 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"; } -- cgit v1.2.3