A little grammar fix (#24677)

* A little grammar fix

* fix: whitespace
This commit is contained in:
Bodddi
2018-12-07 20:29:52 +02:00
committed by Aditya
parent 88eb6f0031
commit 86881ae86f

View File

@ -105,7 +105,7 @@ Let's write a sample Hello World application. Open any editor / IDE of choice an
}
**N.B.** Keep in mind in Java file name should be the **exact same name of the public class** in order to compile!
**N.B.** Keep in mind that in Java the file name should be the **exact same name of the public class** in order to compile!
Now open the terminal / Command Prompt. Change your current directory in the terminal / Command Prompt to the directory where your file is located. And compile the file :