Skip to content

Commit c9c3e64

Browse files
irasallyyottahmd
authored andcommitted
日本語の意味が不明瞭だった箇所を修正
1 parent 06a4565 commit c9c3e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

type-system/exceptions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ catch(e) {
129129
}
130130
```
131131

132-
しかし、最初のタスクから2番目のタスクに物事を渡す必要がある場合、コードは乱雑になります\(`run`を必要とする`foo`突然変異+`runTask1`の復帰から推論できないため注釈を明示的に必要とすることに注意してください\)
132+
しかし、最初のタスクから2番目のタスクに物事を渡す必要がある場合、コードは乱雑になります\(`foo`のミューテションに`let` が必要になる + 明示的に型をアノテートしなければならなくなることに注意してください。これは、`runTask1`の戻り値から型を推測できないためです\)
133133

134134
```typescript
135135
let foo: number; // Notice use of `let` and explicit type annotation

0 commit comments

Comments
 (0)