Skip to content

Commit 14b23a6

Browse files
committed
Adding changes from Review notes.
1 parent 557d6d9 commit 14b23a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/programming-languages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ to learn.
5050

5151
[Get started with JavaScript](https://github.com/wasabifan/ev3dev-lang-js){: .btn .btn-default }
5252

53-
## Java with LeJOS.
53+
## Java (LeJOS-compatible)
5454
<http://ev3dev-lang-java.github.io/>
5555

56-
Java is a general-purpose computer programming language that is concurrent,class-based, object-oriented. In Java 8, the language added some functional features very interesting to learn.
56+
Java is a general-purpose computer programming language that is concurrent, class-based and object-oriented. In Java 8, the language added some functional features very interesting to learn.
5757

5858
The project has support for EV3 Sensors and Actuators. The project includes the support for LeJOS local navigation stack.
5959

60-
In this project, the Objects included in the different libraries follow the LeJOS Interfaces, not confuse with another Java project based on [ev3dev unified language binding for Java](https://github.com/mob41/ev3dev-lang-java)
60+
In this project, the Objects included in the different libraries follow the LeJOS Interfaces, not to be confused with another Java project based on [ev3dev unified language binding for Java](https://github.com/mob41/ev3dev-lang-java)
6161

6262
[Get started with Java](https://github.com/ev3dev-lang-java/ev3dev-lang-java){: .btn .btn-default }
6363

0 commit comments

Comments
 (0)