taler-docs

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

commit c7962b5ae3d5146f8c9d1c0e9928e4926323d766
parent 7f7a1fee220a1d9e9eaaf90b84e514ffead14d82
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 04:17:34 -0400

add period at end of sentence (six instances)

Diffstat:
Mcore/api-common.rst | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/core/api-common.rst b/core/api-common.rst @@ -100,22 +100,22 @@ handle the error as if an internal error (500) had been returned. // Optional detail about the specific input value that failed. May change without notice! detail?: string; - // Name of the parameter that was bogus (if applicable) + // Name of the parameter that was bogus (if applicable). parameter?: string; - // Path to the argument that was bogus (if applicable) + // Path to the argument that was bogus (if applicable). path?: string; - // Offset of the argument that was bogus (if applicable) + // Offset of the argument that was bogus (if applicable). offset?: string; - // Index of the argument that was bogus (if applicable) + // Index of the argument that was bogus (if applicable). index?: string; - // Name of the object that was bogus (if applicable) + // Name of the object that was bogus (if applicable). object?: string; - // Name of the currency than was problematic (if applicable) + // Name of the currency than was problematic (if applicable). currency?: string; // Expected type (if applicable).