Skip to content

Commit 41fc602

Browse files
committed
few small changes
1 parent bc9bf2f commit 41fc602

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/pages/learn/01_tutorial/01_your-first-java-app/03_building-with-eclipse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Upon selecting a workspace, it will show a Welcome screen presenting you with mu
3838

3939
[![Workspace selection](/assets/images/eclipse/welcome.png)](/assets/images/eclipse/welcome.png)
4040

41-
This article will show you how to create Java projects manually so you can close the welcome-screen by clicking on the `Hide` button on the top right of the Welcome tab.
41+
This article will show you how to create Java projects manually so you can close this Welcome screen by clicking on the `Hide` button on the top right of the Welcome tab.
4242

4343
<a id="creating">&nbsp;</a>
4444
## Creating a Java Project
@@ -62,7 +62,7 @@ This opens a dialog similar to the project creation dialog. It allows specifying
6262
<a id="content_assist">&nbsp;</a>
6363
## Content Assist
6464

65-
Eclipse can help you write Java code by automatically completing parts of it. When pressing the key combination `Ctrl`+`Space` (or ``+`Space` on macOS or `Alt`+`/` on chinese systems) while editing Java code, Eclipse automatically suggests ways to complete the code. These suggestions can be confirmed by pressing `Enter` or double-clicking on the suggestions.
65+
Eclipse can help you write Java code by automatically completing parts of it. When pressing the key combination `Ctrl`+`Space` (or ``+`Space` on macOS or `Alt`+`/` on Chinese systems) while editing Java code, Eclipse automatically suggests ways to complete the code. These suggestions can be confirmed by pressing `Enter` or double-clicking on the suggestions.
6666

6767
For example, typing `main` in a class followed by pressing `Ctrl`+`Space` suggests adding a main method.
6868

0 commit comments

Comments
 (0)