mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 12:32:09 +03:00
[java/en] Fix typo (#5182)
This commit fixes a very minor typo in the `java` (English) tutorial.
This commit is contained in:
parent
54fbf0a948
commit
33e459864c
@ -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
|
||||
""";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user