Skip to content

Commit b656fbf

Browse files
cockybKunHwanAhn
andauthored
Update docs/documentation/ko/handbook-v2/Everyday Types.md
Co-authored-by: Conan Kunhwan Ahn <kunhwon@gmail.com>
1 parent d983d47 commit b656fbf

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)