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.