We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8973b4d commit e7747baCopy full SHA for e7747ba
docs/playground/ko/TypeScript/Language Extensions/Nominal Typing.ts
@@ -36,7 +36,7 @@ const validateUserInput = (input: string) => {
36
return simpleValidatedInput as ValidatedInputString;
37
};
38
39
-// 이제 새로운 명목적 타입이고 일반 문자열 타입이 아닌 것만
+// 이제 일반 문자열 타입이 아닌 새로운 명목적 타입만
40
// 허용하는 함수를 만들 수 있습니다.
41
42
const printName = (name: ValidatedInputString) => {
0 commit comments