We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7457311 commit 15d4491Copy full SHA for 15d4491
SUMMARY.md
@@ -65,4 +65,5 @@
65
66
## 릴리즈 노트
67
68
+* [TypeScript 3.9](pages/release notes/TypeScript 3.9.md)
69
* [TypeScript 3.8](pages/release notes/TypeScript 3.8.md)
pages/release notes/TypeScript 3.9.md
@@ -12,7 +12,7 @@
12
## <span id="improvements-in-inference-and-promiseall" /> 추론과 `Promise.all` 개선 (Improvements in Inference and `Promise.all`)
13
14
최신 버전의 TypeScript(약 3.7)는 `Promise.all` 및 `Promise.race`와 같은 함수 선언이 업데이트되었습니다.
15
-운이 안 좋게도, 특히 `null` 또는 `undefined`와 값을 혼합할 때, 약간의 회귀가 발생했습니다.
+안타깝게도, 특히 `null` 또는 `undefined`와 값을 혼합할 때, 약간의 회귀가 발생했습니다.
16
17
```ts
18
interface Lion {
0 commit comments