1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-25 03:02:21 +00:00

Merge pull request #802 from marjune163/patch-1

Update string.md
This commit is contained in:
Ruan YiFeng 2019-01-25 14:51:48 +08:00 committed by GitHub
commit 962cda2a51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
} }
} }
` `