From bb8f833ca01688eaae75e0fa322f698d34243185 Mon Sep 17 00:00:00 2001 From: kilavvy <140459108+kilavvy@users.noreply.github.com> Date: Fri, 28 Feb 2025 12:35:52 +0100 Subject: [PATCH] Update instruction.rs --- bitcoin/src/blockdata/script/instruction.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitcoin/src/blockdata/script/instruction.rs b/bitcoin/src/blockdata/script/instruction.rs index 6ec3d5613..575ba6311 100644 --- a/bitcoin/src/blockdata/script/instruction.rs +++ b/bitcoin/src/blockdata/script/instruction.rs @@ -31,7 +31,7 @@ impl Instruction<'_> { } } - /// Returns the number interpretted by the script parser + /// Returns the number interpreted by the script parser /// if it can be coerced into a number. /// /// This does not require the script num to be minimal.