fix: typo
This commit is contained in:
@@ -237,7 +237,7 @@ type A<T> = {
|
||||
};
|
||||
|
||||
// 等同于
|
||||
type B<T> = {
|
||||
type A<T> = {
|
||||
readonly [P in keyof T]?: T[P];
|
||||
};
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user