Skip to content

Commit 2420fbe

Browse files
author
Ajay kumar
committed
[Logic]: Changed multiply to add
1 parent 0530b4e commit 2420fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestArena/Pages/Counter.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
private void IncrementCount()
1515
{
16-
currentCount = currentCount * 32;
16+
currentCount = currentCount + 32;
1717
}
1818

1919
}

0 commit comments

Comments
 (0)