Skip to content

Commit 460c2b2

Browse files
committed
Remove en sentence
1 parent 398c5e9 commit 460c2b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/playground/ko/TypeScript/Primitives/Union and Intersection Types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ interface ArtistsData {
4747
type ArtworksResponse = ArtworksData & ErrorHandling;
4848
type ArtistsResponse = ArtistsData & ErrorHandling;
4949

50-
// For example:
5150
// 예를 들어:
5251

5352
const handleArtistsResponse = (response: ArtistsResponse) => {

0 commit comments

Comments
 (0)