Skip to content

Commit 06e66b3

Browse files
seohyun0120bumkeyy
andauthored
번역 수정
Co-authored-by: Kibeom Kwon <[email protected]>
1 parent a633b45 commit 06e66b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pages/release-notes/typescript-4.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function concat(arr1, arr2) {
1515
}
1616
```
1717

18-
또한, 배열이나 튜플을 변수로 입력받아 첫 번째 원소를 제외한 모든 원소를 반환해주는 `tail` 함수에 대해서도 생각해봅시다.
18+
또한, 배열이나 튜플을 인자로 입력받아 첫 번째 원소를 제외한 모든 원소를 반환해주는 `tail` 함수에 대해서도 생각해봅시다.
1919

2020
```js
2121
function tail(arg) {

0 commit comments

Comments
 (0)