summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-11-27 21:05:32 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-11-27 21:05:32 -0500
commit22904b5ffc8710dfcc93196b8ab7b0a938f28dfe (patch)
tree68350d612bd4a9e23b66b874539e5da3c8d2dddf /libeufin
parent8472a40446fb6a5f119d470b9edf0b760f97bb3e (diff)
downloaddocs-22904b5ffc8710dfcc93196b8ab7b0a938f28dfe.tar.gz
docs-22904b5ffc8710dfcc93196b8ab7b0a938f28dfe.tar.bz2
docs-22904b5ffc8710dfcc93196b8ab7b0a938f28dfe.zip
add period at end of sentence (two instances)
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/iso20022.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/libeufin/iso20022.rst b/libeufin/iso20022.rst
index d86097b8..7fc0c4d1 100644
--- 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.