Fix minor typo

This commit fixes a very minor typo in the `java` (English) tutorial.
This commit is contained in:
David Shaked 2024-11-13 01:03:00 -05:00 committed by GitHub
parent 572827b39f
commit 334d28a037
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -225,7 +225,7 @@ public class LearnJava {
String fooString = "My String Is Here!"; String fooString = "My String Is Here!";
// Text blocks // Text blocks
vat textBlock = """ var textBlock = """
This is a <Text Block> in Java This is a <Text Block> in Java
"""; """;