Merge pull request #537 from adityamenon-iom/patch-2

Fixed backtick highlighting problem in one line.
This commit is contained in:
astaxie
2015-09-11 21:35:08 +08:00

View File

@@ -157,7 +157,7 @@ What if I want to have a multiple-line string?
m := `hello
world`
`` ` will not escape any characters in a string.
``` ` ``` will not escape any characters in a string.
### Error types