Skip to content

Commit b0764a5

Browse files
committed
Fixed a mistype
1 parent a190439 commit b0764a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GlobalCode/AltNum/AltDec.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2203,7 +2203,7 @@ namespace BlazesRusCode
22032203
return self;
22042204
}
22052205

2206-
PartialMulOp(IntType& Value)
2206+
PartialMultOp(IntType& Value)
22072207
{
22082208
if (DecimalHalf == 0)
22092209
{

0 commit comments

Comments
 (0)