mirror of
https://github.com/Soccera1/agg.git
synced 2025-11-04 10:27:33 +01:00
fix html
This commit is contained in:
parent
fdd714043c
commit
9c00b4eef7
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@
|
|||
print(`Divide ${num1} by ${num2}`);
|
||||
result = num1 / num2;
|
||||
} else if (type == 3) {
|
||||
print(`Subtract ${num2} from ${num1}`);
|
||||
print(`Subtract ${num1} from ${num2}`);
|
||||
result = num1 - num2;
|
||||
} else if (type == 4) {
|
||||
print(`Multiply ${num1} by ${num2}`);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue