mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2024-04-21 12:32:22 +00:00
Update string.md
fix(string): use ANSI quote
This commit is contained in:
+1
-1
@@ -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.
|
||||
}
|
||||
}
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user