diff --git a/docs/specs/00.md b/docs/specs/00.md index 9c80dbb..54e554e 100644 --- a/docs/specs/00.md +++ b/docs/specs/00.md @@ -31,7 +31,7 @@ Mint: `Bob` ### `BlindedMessage` -An encrypted ("blinded") secret and an amount sent from `Alice` to `Bob` for [minting tokens][04] or for [splitting tokens][06]. A `BlindedMessage` is also called an `output`. +An encrypted ("blinded") secret and an amount is sent from `Alice` to `Bob` for [minting tokens][04] or for [splitting tokens][06]. A `BlindedMessage` is also called an `output`. ```json { @@ -44,7 +44,7 @@ An encrypted ("blinded") secret and an amount sent from `Alice` to `Bob` for [mi ### `BlindedSignature` -A signature on the `BlindedMessage` sent from `Bob` to `Alice` after [minting tokens][04] or after [splitting tokens][06]. A `BlindedSignature` is also called a `promise`. +A signature on the `BlindedMessage` is sent from `Bob` to `Alice` after [minting tokens][04] or after [splitting tokens][06]. A `BlindedSignature` is also called a `promise`. ```json {