Skip to content

Commit

Permalink
Update subtract.js
Browse files Browse the repository at this point in the history
  • Loading branch information
palaashjain50 committed Nov 26, 2023
1 parent 46cdc9a commit 21caff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calculator/subtract.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Subtraction
* subtraction
*/
function subtract(firstNum, secondNum) {
return firstNum - secondNum;
Expand Down

0 comments on commit 21caff0

Please sign in to comment.