diff --git a/bip-0341.mediawiki b/bip-0341.mediawiki
index 17a1797c..9bc8723b 100644
--- a/bip-0341.mediawiki
+++ b/bip-0341.mediawiki
@@ -248,10 +248,10 @@ TapTweak = tagged_hash("TapTweak", p + ABCDE)
'''Spending using the key path''' A Taproot output can be spent with the secret key corresponding to the internal_pubkey. To do so, a witness stack consists of a single element: a [[bip-0340.mediawiki|BIP340]] signature on the signature hash as defined above, with the secret key tweaked by the same h as in the above snippet. See the code below: