Update instruction.rs

This commit is contained in:
kilavvy 2025-02-28 12:35:52 +01:00 committed by GitHub
parent 0ce622e668
commit bb8f833ca0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.