Skip to content

Commit 8d8c7cc

Browse files
committed
Fix issue #230
1 parent e291922 commit 8d8c7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aliases.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ macro_rules! alias {
5050

5151
alias! {
5252
U160 B160 (160, 3);
53-
U192 B192 (256, 3);
53+
U192 B192 (192, 3);
5454
U256 B256 (256, 4);
5555
U320 B320 (320, 5);
5656
U384 B384 (384, 6);

0 commit comments

Comments
 (0)