summaryrefslogtreecommitdiff
path: root/core/api-common.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 04:33:52 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 04:33:52 -0400
commitc560d5855398379fb9cf75859d80c871f5eb0ec3 (patch)
treec8b2d9fc9cc10fad3e672ec94401e8deed439b63 /core/api-common.rst
parent154ce3fc781fe21108b7122c041e34f192fea56c (diff)
downloaddocs-c560d5855398379fb9cf75859d80c871f5eb0ec3.tar.gz
docs-c560d5855398379fb9cf75859d80c871f5eb0ec3.tar.bz2
docs-c560d5855398379fb9cf75859d80c871f5eb0ec3.zip
add period at end of sentence
Diffstat (limited to 'core/api-common.rst')
-rw-r--r--core/api-common.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-common.rst b/core/api-common.rst
index 005efe40..ce32d3a4 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -655,7 +655,7 @@ Any piece of signed data, complies to the abstract data structure given below.
uint32_t purpose;
/**
* This field equals the number of bytes being signed,
- * namely 'sizeof (struct Data)'
+ * namely 'sizeof (struct Data)'.
*/
uint32_t size;
};