1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-10 00:36:48 +02:00

[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

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
""";