Skip to content

Commit 2e64ccd

Browse files
authored
fix <info:arrow-functions>
1 parent aacbd22 commit 2e64ccd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/02-first-steps/15-function-expressions-arrows

1-js/02-first-steps/15-function-expressions-arrows/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ alert( sum(1, 2) ); // 3
454454
```
455455

456456
```smart header="More to come"
457-
我们在这里简短地称赞了箭头功能。但那不是全部!箭头功能还有其他有趣的功能。稍后我们将在 <infoarrow-functions> 一章中学习它们。
457+
我们在这里简短地称赞了箭头功能。但那不是全部!箭头功能还有其他有趣的功能。稍后我们将在 <info:arrow-functions> 一章中学习它们。
458458
459459
目前,我们已经可以将它们用于单行动作和回调。
460460
```

0 commit comments

Comments
 (0)