Skip to content

Commit 5f3ccc4

Browse files
yahma25bumkeyy
andauthored
Update docs/playground/ko/3-8/Breaking Changes/Checking Unions with Index Signatures.ts
Co-authored-by: Kibeom Kwon <[email protected]>
1 parent 28dfbfd commit 5f3ccc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/playground/ko/3-8/Breaking Changes/Checking Unions with Index Signatures.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type IdentifierCache = { [key: string]: number };
1616
const cacheWithString: IdentifierCache = { file_a: "12343" };
1717

1818
// 그러나, 유니언에 넣을 때는
19-
// 유효성 검사가 실행되지 않을 것입니다:
19+
// 유효성 검사가 실행되지 않았습니다:
2020

2121
let userCache: IdentifierCache | { index: number };
2222
userCache = { file_one: 5, file_two: "abc" };

0 commit comments

Comments
 (0)