Skip to content

Commit d55418a

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 5f3ccc4 commit d55418a

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
@@ -22,7 +22,7 @@ let userCache: IdentifierCache | { index: number };
2222
userCache = { file_one: 5, file_two: "abc" };
2323

2424
// 이 부분은 고쳐졌고,
25-
// 컴파일러에서 'file_two'에 관한 오류가 발생할 것입니다.
25+
// 컴파일러에서 'file_two'에 관한 오류가 발생합니다.
2626

2727
// 키가 다른 타입일 때도 고려합니다
2828
// 예를 들어: ([key: string] 그리고 [key: number])

0 commit comments

Comments
 (0)