Skip to content

Commit 981812f

Browse files
authored
fix: 补充翻译
1 parent c5b8b6a commit 981812f

File tree

1 file changed

+1
-1
lines changed
  • 1-js/08-prototypes/03-native-prototypes/1-defer-to-prototype

1 file changed

+1
-1
lines changed

1-js/08-prototypes/03-native-prototypes/1-defer-to-prototype/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ function f() {
99
alert("Hello!");
1010
}
1111

12-
f.defer(1000); // shows "Hello!" after 1 sec
12+
f.defer(1000); // 1 秒后显示 "Hello!"
1313
```

0 commit comments

Comments
 (0)