Closed subotai54 closed 3 years ago
This passes the check:
def subtract(a, b) /# return the result of subtracting a from b a-b end
However, "subtracting a from b" means b-a. The comment and the code checker are opposite each other.
@subotai54 Thank you for taking the time to submit this issue for this exercise.
This passes the check:
def subtract(a, b) /# return the result of subtracting a from b a-b end
However, "subtracting a from b" means b-a. The comment and the code checker are opposite each other.