gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet-scheme] 01/04: cadet/struct: Improve documentation of /:msg:cade


From: gnunet
Subject: [gnunet-scheme] 01/04: cadet/struct: Improve documentation of /:msg:cadet:local:acknowledgement.
Date: Tue, 01 Mar 2022 11:01:23 +0100

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit dddeb6f6403b81d42e9bd7243f25328b95998c12
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Mon Feb 28 21:20:41 2022 +0000

    cadet/struct: Improve documentation of /:msg:cadet:local:acknowledgement.
    
    * gnu/gnunet/cadet/struct.scm
      (/:msg:cadet:local:acknowledgement)[synopsis]: Correct spelling.
      Rewrite the sentence.
---
 gnu/gnunet/cadet/struct.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/gnunet/cadet/struct.scm b/gnu/gnunet/cadet/struct.scm
index 22c061c..8c851b6 100644
--- a/gnu/gnunet/cadet/struct.scm
+++ b/gnu/gnunet/cadet/struct.scm
@@ -99,8 +99,8 @@
 
     (define-type /:msg:cadet:local:acknowledgement
       (structure/packed
-       (synopsis "Mesage to allow the client to send more data to the service \
-(service -> client)")
+       (synopsis "Message sent from the service to the client, to inform the
+client that more data can be sent across a channel.")
        (properties '((c-type . GNUNET_CADET_LocalAck)
                     (message-symbol . msg:cadet:local:acknowledgement)))
        (field (header /:message-header))

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]