From 3e058875797425dfec858240c109bb58a9c958e5 Mon Sep 17 00:00:00 2001 From: Tobin Harding Date: Thu, 31 Mar 2022 10:56:36 +1100 Subject: [PATCH] Use 'the' to improve sentence Adding a 'the' makes this sentence a little better. --- src/util/taproot.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ///