1 parent 70562af commit 1998787Copy full SHA for 1998787
1 file changed
docs/4-advanced/03-typescript/index.mdx
@@ -481,7 +481,7 @@ identity<number>(1).toString();
481
identity(1).toString();
482
```
483
484
-`type`やクラスでも型パラメータを利用できます。
+`type`宣言やクラスでも型パラメータを利用できます。
485
486
```typescript
487
type Range<T> = {
0 commit comments