summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 02:55:42 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 02:55:42 -0400
commitd338e773d0eddc9affc9781ff5a914498a305d12 (patch)
treefef58da9c93dbb96591843ef7bcb5e8dfc2cf429 /core/api-exchange.rst
parent4d5519f5faab19f01672286922f76db60f8a8fd5 (diff)
downloaddocs-d338e773d0eddc9affc9781ff5a914498a305d12.tar.gz
docs-d338e773d0eddc9affc9781ff5a914498a305d12.tar.bz2
docs-d338e773d0eddc9affc9781ff5a914498a305d12.zip
change markup of ‘false’ from " to ``; add period at end of sentence
Diffstat (limited to 'core/api-exchange.rst')
-rw-r--r--core/api-exchange.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index a6ed3088..1526a88e 100644
--- 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;
}