summaryrefslogtreecommitdiff
path: root/core/api-bank-access.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 14:31:42 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 14:31:42 -0400
commit0122538c562adcd37374b1f68a31146c7aa6a945 (patch)
treeb58c2b1a8d4e27e11efd806f9e83ea57df43b45c /core/api-bank-access.rst
parentce96953b6306090dbc8a08603e690fa517c2cf71 (diff)
downloaddocs-0122538c562adcd37374b1f68a31146c7aa6a945.tar.gz
docs-0122538c562adcd37374b1f68a31146c7aa6a945.tar.bz2
docs-0122538c562adcd37374b1f68a31146c7aa6a945.zip
mark up ‘selection_done’; change markup of ‘true’ from ' to ``; add period at end of sentence (two instances)
Diffstat (limited to 'core/api-bank-access.rst')
-rw-r--r--core/api-bank-access.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index 778339f8..6439cc75 100644
--- 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;
}