taler-docs

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

commit 4888588e126b1e3686d83b934600907644d7533e
parent c560d5855398379fb9cf75859d80c871f5eb0ec3
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 04:34:15 -0400

fix typo: s/structure/structures/

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 @@ -661,7 +661,7 @@ Any piece of signed data, complies to the abstract data structure given below. }; -The following list contains all the data structure that can be signed in +The following list contains all the data structures that can be signed in Taler. Their definition is typically found in ``src/include/taler_signatures.h``, within the `exchange's codebase <https://docs.taler.net/global-licensing.html#exchange-repo>`_.