gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] 04/17: add period at end of sentence (three instances)


From: gnunet
Subject: [taler-docs] 04/17: add period at end of sentence (three instances)
Date: Fri, 19 Mar 2021 09:36:14 +0100

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

ttn pushed a commit to branch master
in repository docs.

commit 4df7ac51ad914327862bd87336cafd2bb4a24615
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Fri Mar 19 04:20:59 2021 -0400

    add period at end of sentence (three instances)
---
 core/api-common.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/api-common.rst b/core/api-common.rst
index a710652..602bad5 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -212,12 +212,12 @@ hashed data. See `base32`_.
 
 .. ts:def:: HashCode
 
-  // 64-byte hash code
+  // 64-byte hash code.
   type HashCode = string;
 
 .. ts:def:: ShortHashCode
 
-  // 32-byte hash code
+  // 32-byte hash code.
   type ShortHashCode = string;
 
 
@@ -230,7 +230,7 @@ the range that is safely representable in JavaScript.
 .. ts:def:: SafeUint64
 
   // Subset of numbers:  Integers in the
-  // inclusive range 0 .. (2^53 - 1)
+  // inclusive range 0 .. (2^53 - 1).
   type SafeUint64 = number;
 
 Large numbers

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