chore: fix october typos

This commit is contained in:
Arthur Meyre
2025-10-01 11:40:43 +02:00
parent 73de886c07
commit 9fdaa983e3
30 changed files with 135 additions and 134 deletions

View File

@@ -56,7 +56,7 @@ pub struct Args {
#[arg(long, value_parser = maybe_hex::<u128>)]
pub src: Vec<u128>,
/// Force immediat input values
/// Force immediate input values
#[arg(long, value_parser = maybe_hex::<u128>)]
pub imm: Vec<u128>,