From 4df7ac51ad914327862bd87336cafd2bb4a24615 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 19 Mar 2021 04:20:59 -0400 Subject: add period at end of sentence (three instances) --- core/api-common.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/api-common.rst') 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 -- cgit v1.2.3