commit 4df7ac51ad914327862bd87336cafd2bb4a24615 parent c7962b5ae3d5146f8c9d1c0e9928e4926323d766 Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Fri, 19 Mar 2021 04:20:59 -0400 add period at end of sentence (three instances) Diffstat:
| M | core/api-common.rst | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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