Skip to content

Commit 7a26761

Browse files
committed
small fix
1 parent eb76bf1 commit 7a26761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ function add(x = 10, y = 20) {
238238

239239
add(10, 30); // Output: 10 + 30 = 40
240240
add(15); // Output: 15 + 20 = 35
241-
add(); // Output: 20 + 10 = 30
241+
add(); // Output: 10 + 20 = 30
242242

243243
```
244244

0 commit comments

Comments
 (0)