Fixed backtick highlighting problem in one line.

This commit is contained in:
adityamenon-iom
2015-09-11 16:47:53 +05:30
parent bca42581ca
commit 4f2d6a6d4e

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