diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-03-17 07:28:21 -0400 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-03-17 07:28:21 -0400 |
commit | f916df2d1fcb600e7ce68fbe8fffca7b4d0ba6aa (patch) | |
tree | 471d84ce6dcf8eaa498736e93c6d3fdc4dc36213 /core/api-merchant.rst | |
parent | 9e06b2aabed5c1932fc45e60d5845986dfc5a894 (diff) | |
download | docs-f916df2d1fcb600e7ce68fbe8fffca7b4d0ba6aa.tar.gz docs-f916df2d1fcb600e7ce68fbe8fffca7b4d0ba6aa.tar.bz2 docs-f916df2d1fcb600e7ce68fbe8fffca7b4d0ba6aa.zip |
add period at end of sentence (two instances)
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r-- | core/api-merchant.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst index 707a6c50..f38fb53c 100644 --- a/core/api-merchant.rst +++ b/core/api-merchant.rst @@ -3003,10 +3003,10 @@ It has the following structure: // Official name. name: string; - // Auditor's public key + // Auditor's public key. auditor_pub: EddsaPublicKey; - // Base URL of the auditor + // Base URL of the auditor. url: string; } |