Skip to content

Commit a895a97

Browse files
SunJieMingSunJieMing
authored andcommitted
Updated instructions
1 parent a2e73ac commit a895a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/callbacks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ sumNums(5, 10, (sum) => {
5050
console.log(`The sum is ${sum}.`);
5151
});
5252

53-
// Write a function called multiplyNums that adds two numbers and passes the result to the callback
53+
// Write a function called multiplyNums that multiplies two numbers and passes the result to the callback
5454
// code here
5555

5656
multiplyNums(5, 10, (product) => {

0 commit comments

Comments
 (0)