diff --git a/bip-0388.mediawiki b/bip-0388.mediawiki index 1a323b997c..38e35d9a2d 100644 --- a/bip-0388.mediawiki +++ b/bip-0388.mediawiki @@ -168,7 +168,7 @@ Note that while [[bip-0389.mediawiki|BIP-389]] allows multipath /SCRIPT, TREE and KEY expressions map directly to the corresponding concepts defined in [[bip-0380.mediawiki|BIP-380]] for output script descriptors. -Each KEY expression always correspond to a precise public key in the final bitcoin Script. Therefore, all the derivation steps in the BIP-32 hierarchy are included in a KEY expression. +Each KEY expression always corresponds to a precise public key in the final bitcoin Script. Therefore, all the derivation steps in the BIP-32 hierarchy are included in a KEY expression. Each KP (key placeholder) expression, on the other hand, maps to the root of all the corresponding public keys for all the possible UTXOs that belong to the account represented in the wallet policy. Therefore, no derivation steps are allowed in a KP expression. @@ -240,7 +240,7 @@ Common single-signature account patterns: * tr(@0/**) (taproot single-signature account). Common multisig schemes: -* wsh(multi(2,@0/**,@1/**)) - SegWit 2-of-2 multisignature, keys in order. +* wsh(multi(2,@0/**,@1/**)) - SegWit 2-of-2 multisig, keys in order. * sh(sortedmulti(2,@0/**,@1/**,@2/**)) - Legacy 2-of-3 multisig, sorted keys. * tr(musig(@0/**,@1/**)) - MuSig2 2-of-2 in the taproot keypath