Skip to content

Commit 38781b3

Browse files
Merge pull request #182 from cockyb/main
Co-authored-by: bumkeyy <bumkeyy@users.noreply.github.com>
2 parents d8c2b64 + b656fbf commit 38781b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/ko/handbook-v2/Everyday Types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function greet(name: string) {
108108
```ts twoslash
109109
// @errors: 2345
110110
declare function greet(name: string): void;
111-
// ---셍략---
111+
// ---cut---
112112
// 만약 실행되면 런타임 오류가 발생하게 됩니다!
113113
greet(42);
114114
```

0 commit comments

Comments
 (0)