You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should return a slice of length dy, each element of which is a slice of dx 8-bit unsigned integers.
이것은 dy 슬라이스의 길이와 dx 슬라이스의 각 요소를 8 비트 부호 없는 정수로 반환해야 합니다.
dy와 dx가 뜻하는 바가 잘 전달되지 않는 것 같습니다.
이 함수는 길이가 dy인 슬라이스를 반환해야 하는데,
각 요소는 길이가 dx인 8 비트 부호 없는 정수의 슬라이스입니다.
위 처럼 변경하면 의미가 좀더 잘 전달 될 것 같습니다.
The text was updated successfully, but these errors were encountered:
bigflood
changed the title
tour: [이 부분을 당신의 ISSUE에 대한 요약으로 변경해주세요.]
tour: "슬라이스 연습하기"에서 좀더 이해하기 쉬운 문장으로 변경
Mar 31, 2021
Context: https://go-tour-ko.appspot.com/moretypes/18
아래 처럼 번역하고 있는데,
dy와 dx가 뜻하는 바가 잘 전달되지 않는 것 같습니다.
위 처럼 변경하면 의미가 좀더 잘 전달 될 것 같습니다.
The text was updated successfully, but these errors were encountered: