Skip to content

Commit e0bd8b5

Browse files
SunJieMingSunJieMing
authored andcommitted
Merge branch 'master' of https://github.com/LambdaSchool/JavaScript-I into solution
2 parents 638d1d4 + a895a97 commit e0bd8b5

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)