Merge pull request #29 from KiritaniAyaka/patch-1

fix: typo in function.md
This commit is contained in:
Ruan YiFeng
2023-08-13 21:05:29 +08:00
committed by GitHub

View File

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