mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-25 03:02:21 +00:00
Update string.md
fix(string): use ANSI quote
This commit is contained in:
parent
46981f6b9a
commit
636c5db5d6
@ -811,7 +811,7 @@ jsx`
|
|||||||
java`
|
java`
|
||||||
class HelloWorldApp {
|
class HelloWorldApp {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
System.out.println(“Hello World!”); // Display the string.
|
System.out.println("Hello World!"); // Display the string.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user