summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 04:17:34 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 04:17:34 -0400
commitc7962b5ae3d5146f8c9d1c0e9928e4926323d766 (patch)
tree5c8643f3d4aca627bff0f7fa0199db7ae87051ab /core
parent7f7a1fee220a1d9e9eaaf90b84e514ffead14d82 (diff)
downloaddocs-c7962b5ae3d5146f8c9d1c0e9928e4926323d766.tar.gz
docs-c7962b5ae3d5146f8c9d1c0e9928e4926323d766.tar.bz2
docs-c7962b5ae3d5146f8c9d1c0e9928e4926323d766.zip
add period at end of sentence (six instances)
Diffstat (limited to 'core')
-rw-r--r--core/api-common.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/api-common.rst b/core/api-common.rst
index f23cc917..a7106521 100644
--- 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).