Skip to content

Typo fix #2432

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

Merged
merged 1 commit into from
Aug 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _ko/tutorials/scala-for-java-programmers.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ Scala로 나타내는 것은 어렵지 않다:
**와일드카드**이다. 밑줄 문자 `_`로 쓰며, 모든 값과 매치 되고
따로 이름을 붙이지 않는다.

매턴 매칭의 뛰어난 기능들을 모두 살펴보지는 못했지만, 문서를 너무
패턴 매칭의 뛰어난 기능들을 모두 살펴보지는 못했지만, 문서를 너무
지루하게 만들지 않기 위하여 이쯤에서 멈추기로 한다. 이제 위에서 정의한
두 개의 예제 함수가 실제로 동작하는 모습을 보자. 산술 표현식
`(x+x)+(7+y)`에 대해 몇가지의 연산을 실행하는 간단한 `main` 함수를
Expand Down