Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7bac3e

Browse files
wy-lukexcatliu
authored andcommitted
fix(type-of-function.md): 删除一个多余的字
1 parent d665077 commit d7bac3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basics/type-of-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ sum(1);
4848

4949
## 函数表达式
5050

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

5353
```ts
5454
let mySum = function (x: number, y: number): number {

0 commit comments

Comments
 (0)