Skip to content

Commit b701072

Browse files
committed
fix sum
1 parent 474da1d commit b701072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/js/appMath.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class AppMath {
22
sum(a, b) {
3-
return a - b;
3+
return a + b;
44
}
55

66
subtract(a, b) {

0 commit comments

Comments
 (0)