Skip to content

Commit 7c6430b

Browse files
✏️ Fix module object default
1 parent 0500cbd commit 7c6430b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ko-KR/README-ko_KR.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2802,8 +2802,8 @@ import * as data from "./module"
28022802
console.log(data)
28032803
```
28042804

2805-
- A: `{ default: function default(), name: "Lydia" }`
2806-
- B: `{ default: function default() }`
2805+
- A: `{ default: [Function (anonymous)], name: "Lydia" }`
2806+
- B: `{ default: [Function (anonymous)] }`
28072807
- C: `{ default: "Hello world", name: "Lydia" }`
28082808
- D: Global object of `module.js`
28092809

0 commit comments

Comments
 (0)