Skip to content

Commit 16a7906

Browse files
authored
Update to-ruby-from-java article (ko) (#2542)
Backport #2507
1 parent b46ef40 commit 16a7906

File tree

1 file changed

+1
-1
lines changed
  • ko/documentation/ruby-from-other-languages/to-ruby-from-java

1 file changed

+1
-1
lines changed

ko/documentation/ruby-from-other-languages/to-ruby-from-java/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lang: ko
2626
* 코드를 컴파일 할 필요가 없습니다. 직접 실행하시면 됩니다.
2727
* 여러 인기있는 서드파티 GUI 툴킷이 있습니다. 루비 유저는
2828
[WxRuby][1], [FXRuby][2], [Ruby-GNOME2][3], [Qt][4]
29-
내장 루비 Tk 등을 사용할 수 있습니다.
29+
[루비 Tk](https://github.com/ruby/tk) 등을 사용할 수 있습니다.
3030
* 클래스 같은 것을 정의할 때 코드 블록에 중괄호를 넣는 대신, 선언 뒤에
3131
`end` 키워드를 사용합니다.
3232
* `import` 대신 `require`를 사용합니다.

0 commit comments

Comments
 (0)