taler-docs

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

commit d338e773d0eddc9affc9781ff5a914498a305d12
parent 4d5519f5faab19f01672286922f76db60f8a8fd5
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 02:55:42 -0400

change markup of ‘false’ from " to ``; add period at end of sentence

Diffstat:
Mcore/api-exchange.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -1692,7 +1692,7 @@ in using this API. // Was the coin refreshed (and thus the recoup should go to the old coin)? // While this information is technically redundant, it helps the exchange // to respond faster. - // *Optional* (for backwards compatibility); if absent, "false" is assumed + // *Optional* (for backwards compatibility); if absent, ``false`` is assumed. refreshed?: boolean; }