commit c77c686b2cd6f37a490780b633b620cace2fcc74 parent 76013b87e4879d12946d566f24af4c34ae7bc65b Author: Marcello Stanisci <ms@taler.net> Date: Fri, 8 May 2020 23:21:16 +0200 fix plural Diffstat:
| M | libeufin/api-nexus2.rst | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libeufin/api-nexus2.rst b/libeufin/api-nexus2.rst @@ -180,9 +180,9 @@ Bank Account Management **Request:** - .. ts:def:: CollectTransactions + .. ts:def:: CollectedTransaction - interface CollectTransactions { + interface CollectedTransaction { // Optional field to specify the bank transport to // use for such operation. bankTransport?: string;