Skip to content

Commit

Permalink
fix(type-of-function.md): 删除一个多余的字
Browse files Browse the repository at this point in the history
  • Loading branch information
wy-luke authored and xcatliu committed Jul 18, 2023
1 parent d665077 commit d7bac3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basics/type-of-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ sum(1);

## 函数表达式

如果要我们现在写一个对函数表达式(Function Expression)的定义,可能会写成这样:
如果要我们现在写一个函数表达式(Function Expression)的定义,可能会写成这样:

```ts
let mySum = function (x: number, y: number): number {
Expand Down

0 comments on commit d7bac3e

Please sign in to comment.