diff --git a/bip-0322.mediawiki b/bip-0322.mediawiki
index 9b5afed4..ed384402 100644
--- a/bip-0322.mediawiki
+++ b/bip-0322.mediawiki
@@ -61,7 +61,7 @@ The to_spend transaction is:
vout[0].nValue = 0
vout[0].scriptPubKey = message_challenge
-where message_hash is a BIP340-tagged hash of the message, i.e. sha256_tag(m), where tag = BIP0322-signed-message, and message_challenge is the to be proven (public) key script.
+where message_hash is a BIP340-tagged hash of the message, i.e. sha256_tag(m), where tag = BIP0322-signed-message and m is the message as is without length prefix or null terminator, and message_challenge is the to be proven (public) key script.
The to_sign transaction is: