Browse Source

fix: Fix typo

DEV-3241-DEV-3242-corewar
estlop 2 years ago committed by Dav Hojt
parent
commit
2dc5d68381
  1. 2
      subjects/sum/README.md

2
subjects/sum/README.md

@ -2,7 +2,7 @@
### Instructions
Write a function that takes two single digit numbers as a string and returns the sum as an int. If one of the arguments is not a single digit number, return 0;
Write a function that takes two single digit numbers as a string and returns the sum as an int. If one of the arguments is not a single digit number, return 0.
### Expected function

Loading…
Cancel
Save