Skip to content

Commit 9452697

Browse files
committed
Change to the order of words to natural expression
1 parent e3748bf commit 9452697

File tree

1 file changed

+2
-2
lines changed
  • docs/playground/ko/TypeScript/Type Primitives

1 file changed

+2
-2
lines changed

docs/playground/ko/TypeScript/Type Primitives/Tuples.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// 일반적으로 배열은 단일 타입 객체를
2-
// 0개 이상 여러 개 포함합니다.
1+
// 일반적으로 배열은 0에서 여러 개의
2+
// 단일 타입 객체를 포함합니다.
33
// TypeScript는 여러 타입을 포함하고,
44
// 색인되는 순서가 중요한 배열에 특별한 분석을 가지고 있습니다.
55

0 commit comments

Comments
 (0)