Skip to content

Commit ecf11c0

Browse files
committed
docs: update infer docs status
1 parent 7542faf commit ecf11c0

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.0.0 (2020-08-29)
1+
# 1.0.0 (2020-08-30)
22

33

44
### Bug Fixes

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ Learning all about the base of Typescript, and practice it
8282
- [x] [extends](./docs/zh/extends/README.md)
8383

8484
- [x] [implements](./docs/zh/implements/README.md)
85+
86+
- [ ] [infer](./docs/zh/implements/README.md)
8587

8688
- [x] [Utility Types](./docs/zh/utility-types/README.md)
8789

docs/zh/guide/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ Learning all about the base of Typescript, and practice it
8383
- [x] [extends](../keyword/extends/README.md)
8484

8585
- [x] [implements](../keyword/implements/README.md)
86+
87+
- [ ] [infer](../keyword/infer/README.md)
8688

8789
- [x] [Utility Types](./docs/zh/utility-types/README.md)
8890

docs/zh/keyword/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Typescript 常用关键字解析和使用。
1818

1919
[TypeScript implements 关键字](./implements/README.md)
2020

21+
[TypeScript infer 关键字](./infer/README.md)
22+
2123
## 参考资料
2224

2325
[Typescript Handbook](https://www.typescriptlang.org/docs/handbook/basic-types.html)

0 commit comments

Comments
 (0)