summaryrefslogtreecommitdiff
path: root/core/api-common.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 04:20:59 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 04:20:59 -0400
commit4df7ac51ad914327862bd87336cafd2bb4a24615 (patch)
tree604ed0f0ddb391ab10b43a66eeb08f83e31e96db /core/api-common.rst
parentc7962b5ae3d5146f8c9d1c0e9928e4926323d766 (diff)
downloaddocs-4df7ac51ad914327862bd87336cafd2bb4a24615.tar.gz
docs-4df7ac51ad914327862bd87336cafd2bb4a24615.tar.bz2
docs-4df7ac51ad914327862bd87336cafd2bb4a24615.zip
add period at end of sentence (three instances)
Diffstat (limited to 'core/api-common.rst')
-rw-r--r--core/api-common.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/api-common.rst b/core/api-common.rst
index a7106521..602bad5d 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