From 4b5e018532d347c946f4c91d534ea4526f49c3fc Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 19 Mar 2021 04:24:23 -0400 Subject: add period at end of sentence (four instances) --- core/api-common.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/api-common.rst') diff --git a/core/api-common.rst b/core/api-common.rst index 359141f6..5ce38c36 100644 --- a/core/api-common.rst +++ b/core/api-common.rst @@ -354,22 +354,22 @@ Signatures .. ts:def:: EddsaSignature // EdDSA signatures are transmitted as 64-bytes `base32` - // binary-encoded objects with just the R and S values (base32_ binary-only) + // binary-encoded objects with just the R and S values (base32_ binary-only). type EddsaSignature = string; .. ts:def:: RsaSignature - // `base32` encoded RSA signature + // `base32` encoded RSA signature. type RsaSignature = string; .. ts:def:: BlindedRsaSignature - // `base32` encoded RSA blinded signature + // `base32` encoded RSA blinded signature. type BlindedRsaSignature = string; .. ts:def:: RsaBlindingKeySecret - // `base32` encoded RSA blinding secret + // `base32` encoded RSA blinding secret. type RsaBlindingKeySecret = string; .. _amount: -- cgit v1.2.3