Skip to content

Commit ebd7c04

Browse files
yahma25bumkeyy
andauthored
Update docs/playground/ko/3-7/Types and Code Flow/Assertion Functions.ts
Co-authored-by: Kibeom Kwon <[email protected]>
1 parent f576b60 commit ebd7c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/playground/ko/3-7/Types and Code Flow/Assertion Functions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function multiply(x: any, y: any) {
4444
// 예시: 타입 가드는 함수를 통해 제어 흐름이 계속 동작할 때,
4545
// 제어 흐름에 영향을 준다는 것을 제외합니다.
4646

47-
// 예를 들어, 시간이 지나도 enum을 좁히기 위해
47+
// 예를 들어, enum을 좁히기 위해
4848
// 단언 함수를 사용할 수 있습니다:
4949

5050
declare const oneOfFirstFiveNumbers: 1 | 2 | 3 | 4 | 5;

0 commit comments

Comments
 (0)