diff --git a/src/util/taproot.rs b/src/util/taproot.rs index 69d381b7..62977a28 100644 --- a/src/util/taproot.rs +++ b/src/util/taproot.rs @@ -211,7 +211,7 @@ impl TaprootSpendInfo { } /// Creates a new key spend with `internal_key` and `merkle_root`. Provide [`None`] for - /// `merkle_root` if there is no script path. + /// the `merkle_root` if there is no script path. /// /// *Note*: As per BIP341 ///