[java/en] Fix typo (#5182)

This commit fixes a very minor typo in the `java` (English) tutorial.
This commit is contained in:
David Shaked 2024-11-13 11:19:07 -05:00 committed by GitHub
parent 54fbf0a948
commit 33e459864c
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!";
// Text blocks
vat textBlock = """
var textBlock = """
This is a <Text Block> in Java
""";