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
+1 -1
View File
@@ -811,7 +811,7 @@ jsx`
java`
class HelloWorldApp {
public static void main(String[] args) {
System.out.println(Hello World!); // Display the string.
System.out.println("Hello World!"); // Display the string.
}
}
`