Skip to content

Commit

Permalink
Merge pull request #908 from yytypescript/feature/907
Browse files Browse the repository at this point in the history
fix: 🐛 typo
  • Loading branch information
jamashita authored Oct 11, 2024
2 parents 1f25468 + 9dcc947 commit 6a18f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/type-reuse/utility-types/return-type.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ title: "ReturnType<T>"

型引数`T`には、関数の型を渡します。

## NonNullableの使用例
## ReturnTypeの使用例

```ts twoslash
// @errors: 2344
Expand Down

0 comments on commit 6a18f45

Please sign in to comment.