fix: typo in function.md

This commit is contained in:
Ayaka
2023-08-13 21:00:07 +08:00
committed by GitHub
parent 48bc23ee5e
commit 925339d495

View File

@@ -413,7 +413,7 @@ function sum(
}
```
参数构可以结合类型别名type 命令)一起使用,代码会看起来简洁一些。
参数构可以结合类型别名type 命令)一起使用,代码会看起来简洁一些。
```typescript
type ABC = { a:number; b:number; c:number };