taler-docs

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

commit cd9c2100accf437fdbd6a7fecab87a4b4a669f97
parent 88e01b090c52cd864409d46034ba564fd45c21c3
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 25 May 2024 22:29:07 +0200

-fix typo

Diffstat:
Mcore/api-challenger.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/api-challenger.rst b/core/api-challenger.rst @@ -320,7 +320,7 @@ Challenge .. ts:def:: ChallengeResponse - interface ChallengeResponse = ChallengeRedirect | ChallengeCreateResponse + type ChallengeResponse = ChallengeRedirect | ChallengeCreateResponse .. ts:def:: ChallengeRedirect