Skip to content

Commit

Permalink
correct DoubleDigit type
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacholt100 committed Jan 7, 2025
1 parent 200f7e1 commit b321029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/digit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mod types {

pub type SignedDigit = i8;

pub type DoubleDigit = i16;
pub type DoubleDigit = u16;
}

use crate::ExpType;
Expand Down

0 comments on commit b321029

Please sign in to comment.