taler-docs

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

commit c560d5855398379fb9cf75859d80c871f5eb0ec3
parent 154ce3fc781fe21108b7122c041e34f192fea56c
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 04:33:52 -0400

add period at end of sentence

Diffstat:
Mcore/api-common.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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; };