Skip to content

Commit

Permalink
Fixed a mistype
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazesRus committed Feb 27, 2021
1 parent a190439 commit b0764a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GlobalCode/AltNum/AltDec.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2203,7 +2203,7 @@ namespace BlazesRusCode
return self;
}

PartialMulOp(IntType& Value)
PartialMultOp(IntType& Value)
{
if (DecimalHalf == 0)
{
Expand Down

0 comments on commit b0764a5

Please sign in to comment.