diff options
author | KaĆque Kandy Koga <kaiquekandykoga@gmail.com> | 2023-01-08 12:38:33 +0000 |
---|---|---|
committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-01-08 12:38:33 +0000 |
commit | 527260e1b7e029ae1ba38f7854d778162c2da503 (patch) | |
tree | 316356003167e0425120791d2d2a91f5e771d41c | |
parent | 192a7a5bac1013bf504c0966fe953f1b4ee6d5b8 (diff) |
-rw-r--r-- | documentation/content/en/books/developers-handbook/tools/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/developers-handbook/tools/_index.adoc b/documentation/content/en/books/developers-handbook/tools/_index.adoc index e94ebd62cb..92c48a7656 100644 --- a/documentation/content/en/books/developers-handbook/tools/_index.adoc +++ b/documentation/content/en/books/developers-handbook/tools/_index.adoc @@ -158,7 +158,7 @@ Ruby:: Ruby is an interpreter, pure object-oriented programming language. It has become widely popular because of its easy to understand syntax, flexibility when writing code, and the ability to easily develop and maintain large, complex programs. + -Ruby is available from the Ports Collection as package:lang/ruby25[]. +Ruby is available from the Ports Collection as package:lang/ruby32[]. Tcl and Tk:: Tcl is an embeddable, interpreted language, that has become widely used and became popular mostly because of its portability to many platforms. |