Skip to content

Commit 636c5db

Browse files
authored
Update string.md
fix(string): use ANSI quote
1 parent 46981f6 commit 636c5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/string.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ jsx`
811811
java`
812812
class HelloWorldApp {
813813
public static void main(String[] args) {
814-
System.out.println(Hello World!); // Display the string.
814+
System.out.println("Hello World!"); // Display the string.
815815
}
816816
}
817817
`

0 commit comments

Comments
 (0)