-
Notifications
You must be signed in to change notification settings - Fork 846
비교 번역 pull 요청합니다. #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
기현님, 답변이 없으셔서 소중한 커밋을 merge하지 못하고 있네요. |
@@ -61,13 +60,12 @@ In the examples above, the comparison `'Z' > 'A'` gets to a result at the first | |||
```smart header="진짜 사전 순서는 아니지만 유니코드 순서입니다." | |||
위에 주어진 비교 알고리즘은 사전이나 전화번호부에서 사용된 알고리즘과 거의 동일하지만 정확하게 동일하지는 않습니다. | |||
|
|||
예를 들어, 대소문자가 중요합니다. 대문자 `"A"`는 소문자 `"a"`와 같지 않습니다. 어느 것이 더 큽니까? 소문자 `"a"`입니다. 왜? 소문자는 "자바스크립트가 사용하는 내부 인코딩 테이블"(유니 코드)에서 더 큰 인덱스를 갖기 때문입니다. <info:string> 주제에서 이에 대한 자세한 내용과 결과를 살펴 보겠습니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 문단은 왜 삭제하신건가요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
모르고 지운거 같네요... 수정해서 커밋할게요~ ^^
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
제가 리뷰 확인버튼을 안눌러서 오랫동안 메시지가 안갔었네요 ㅠㅠ 제 불찰입니다~
다음에는 주의하도록 할게요 :)
@@ -61,13 +60,12 @@ In the examples above, the comparison `'Z' > 'A'` gets to a result at the first | |||
```smart header="진짜 사전 순서는 아니지만 유니코드 순서입니다." | |||
위에 주어진 비교 알고리즘은 사전이나 전화번호부에서 사용된 알고리즘과 거의 동일하지만 정확하게 동일하지는 않습니다. | |||
|
|||
예를 들어, 대소문자가 중요합니다. 대문자 `"A"`는 소문자 `"a"`와 같지 않습니다. 어느 것이 더 큽니까? 소문자 `"a"`입니다. 왜? 소문자는 "자바스크립트가 사용하는 내부 인코딩 테이블"(유니 코드)에서 더 큰 인덱스를 갖기 때문입니다. <info:string> 주제에서 이에 대한 자세한 내용과 결과를 살펴 보겠습니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
누락된 번역분에 대하여 답변부탁드립니다~
squash and merge로 한번에 merge하도록 하겠습니다. 번역 꾸준히 하면서 함께 js실력 키워나갔으면 좋겠습니다 🥇 |
비교 번역 pull 요청합니다.