Skip to content

Commit 7b7ffd6

Browse files
yahma25bumkeyy
andauthored
Update docs/playground/ko/TypeScript/Language/Type Guards.ts
Co-authored-by: Kibeom Kwon <[email protected]>
1 parent d872c87 commit 7b7ffd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/playground/ko/TypeScript/Language/Type Guards.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 타입 가드는 코드를 통해 코드 흐름 분석에 영향을 주는 용어입니다.
2-
// TypeScript는 코드 흐름에 영향을 미치기 위해
3-
// 런타임에서 오브젝트가 유효한지 판단하는 기존의 JavaScript 동작을 사용합니다.
2+
// TypeScript는 런타임에서 오브젝트가 유효한지 판단하는
3+
// 기존의 JavaScript 동작을 이용해서 코드 흐름에 영향을 줄 수 있습니다.
44
// 이 예시는 여러분이 다음 예제를 읽어봤다고 가정하겠습니다:code-flow
55

66
// 예시를 실행해보기 위해 어떤 클래스를 생성해볼 것입니다.

0 commit comments

Comments
 (0)