We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d665077 commit d7bac3eCopy full SHA for d7bac3e
basics/type-of-function.md
@@ -48,7 +48,7 @@ sum(1);
48
49
## 函数表达式
50
51
-如果要我们现在写一个对函数表达式(Function Expression)的定义,可能会写成这样:
+如果要我们现在写一个函数表达式(Function Expression)的定义,可能会写成这样:
52
53
```ts
54
let mySum = function (x: number, y: number): number {
0 commit comments