From 4f2d6a6d4eaa1854fdfb34a11bbb19cb272140fe Mon Sep 17 00:00:00 2001 From: adityamenon-iom Date: Fri, 11 Sep 2015 16:47:53 +0530 Subject: [PATCH] Fixed backtick highlighting problem in one line. --- en/02.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/02.2.md b/en/02.2.md index c289d2ca..b48ed22a 100644 --- a/en/02.2.md +++ b/en/02.2.md @@ -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