gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 06/08: doc/distributed-hash-table: Normalise language fo


From: gnunet
Subject: [gnunet-scheme] 06/08: doc/distributed-hash-table: Normalise language for normalisation of type.
Date: Thu, 09 Feb 2023 15:48:03 +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 d3a806710184e52919e483c089afc00923a767fe
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Thu Feb 9 15:40:32 2023 +0100

    doc/distributed-hash-table: Normalise language for normalisation of type.
    
    * doc/distributed-hash-table.scm (make-datum, make-query): Adjust.
---
 doc/distributed-hash-table.tm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc/distributed-hash-table.tm b/doc/distributed-hash-table.tm
index 8ed8c8e..4ba3ae0 100644
--- a/doc/distributed-hash-table.tm
+++ b/doc/distributed-hash-table.tm
@@ -41,7 +41,8 @@
     numeric value), with key <var|key> (a hashcode:512), value <var|value> (a
     readable bytevector slice) and expiring at <var|expiration> (<todo|type,
     epoch>). The keyword argument <var|expiration> is optional, see
-    <reference|???>.
+    <reference|???>. The block type <var|type> is normalised to its numerical
+    value; <scm|datum-type> returns integers.
 
     Datums are <acronym|cisw> (<reference|cisw>) objects and as such the
     procedures <scm|datum-type><index|datum-type>,
@@ -79,7 +80,8 @@
     (or its corresponding numeric value), with key <var|key> (a
     hashcode:512), at desired replication level
     <scm|desired-replication-level> (see <reference|replication levels???>).
-    <todo|various options, xquery>
+    <todo|various options, xquery> The block type <var|type> is normalised to
+    its numerical value; <scm|query-type> returns integers.
 
     The numeric value of the block type, the key and the desired replication
     level can be recovered with the accessors

-- 
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]