taler-docs

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

commit 22904b5ffc8710dfcc93196b8ab7b0a938f28dfe
parent 8472a40446fb6a5f119d470b9edf0b760f97bb3e
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 27 Nov 2020 21:05:32 -0500

add period at end of sentence (two instances)

Diffstat:
Mlibeufin/iso20022.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libeufin/iso20022.rst b/libeufin/iso20022.rst @@ -12,8 +12,8 @@ having to deal with XML, we define a mapping from ISO 20022 messages into JSON. The specifics of this mapping are: - * The JSON should be "idiomatic" and easy to process - * When possible, the highly nested structures of ISO 20022 should be flattened + * The JSON should be "idiomatic" and easy to process. + * When possible, the highly nested structures of ISO 20022 should be flattened. * It must be possible round-trip between the LibEuFin JSON and ISO 20022 XML messages. The mapping of message types is not 1-to-1, as some ISO 20022 messages are very similar and can be mapped to the same JSON structure.