mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
Fix minor typo
This commit fixes a very minor typo in the `java` (English) tutorial.
This commit is contained in:
parent
572827b39f
commit
334d28a037
@ -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
|
||||||
""";
|
""";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user