From 86881ae86f78e7b2caf5d865e244570376518faa Mon Sep 17 00:00:00 2001 From: Bodddi <40068557+Bodddi@users.noreply.github.com> Date: Fri, 7 Dec 2018 20:29:52 +0200 Subject: [PATCH] A little grammar fix (#24677) * A little grammar fix * fix: whitespace --- guide/english/java/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/java/index.md b/guide/english/java/index.md index caab8a2840..90a4d9f89d 100644 --- a/guide/english/java/index.md +++ b/guide/english/java/index.md @@ -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 :