summaryrefslogtreecommitdiff
path: root/core/api-common.rst
diff options
context:
space:
mode:
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