commit 164ca8304f05f6e1e7592a6e503050f0868e288b parent 2c6320941683b41f75441a595855e20bbf27427b Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Fri, 27 Nov 2020 19:57:32 -0500 add period at end of sentence (two instances) Diffstat:
| M | libeufin/api-nexus.rst | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst @@ -277,9 +277,9 @@ manages payment initiations of the account and tracks the initiations of payment **Query parameters:** * **start** start (dashed YYYY-MM-DD) date of desired payments. - Optional, defaults to "earliest possible" date + Optional, defaults to "earliest possible" date. * **end** end (dashed YYYY-MM-DD) date of desired payments. - Optional, defaults to "earliest possible" date + Optional, defaults to "earliest possible" date. **Response:** A list of `Transaction` objects.