Skip to content

Commit e7747ba

Browse files
yahma25yeonjuan
andauthored
Update docs/playground/ko/TypeScript/Language Extensions/Nominal Typing.ts
Co-authored-by: YeonJuan <[email protected]>
1 parent 8973b4d commit e7747ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/playground/ko/TypeScript/Language Extensions/Nominal Typing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const validateUserInput = (input: string) => {
3636
return simpleValidatedInput as ValidatedInputString;
3737
};
3838

39-
// 이제 새로운 명목적 타입이고 일반 문자열 타입이 아닌 것만
39+
// 이제 일반 문자열 타입이 아닌 새로운 명목적 타입만
4040
// 허용하는 함수를 만들 수 있습니다.
4141

4242
const printName = (name: ValidatedInputString) => {

0 commit comments

Comments
 (0)