taler-docs

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

commit 0122538c562adcd37374b1f68a31146c7aa6a945
parent ce96953b6306090dbc8a08603e690fa517c2cf71
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 14:31:42 -0400

mark up ‘selection_done’; change markup of ‘true’ from ' to ``; add period at end of sentence (two instances)

Diffstat:
Mcore/api-bank-access.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst @@ -105,11 +105,11 @@ name and account password, at least in the GNU Taler demo bank implementation. selection_done: boolean; // Reserve public key selected by the exchange, - // only non-null if selection_done is 'true' + // only non-null if ``selection_done`` is ``true``. selected_reserve_pub: string | null; // Exchange account selected by the exchange, - // only non-null if selection_done is 'true' + // only non-null if ``selection_done`` is ``true``. selected_exchange_account: string | null; }