From b3f9246bb000c6fa55255dac2693cd584dd7e3b2 Mon Sep 17 00:00:00 2001 From: Hwan-Joon Choi Date: Wed, 17 Sep 2014 09:27:19 -0700 Subject: [PATCH] fix backticks --- en/eBook/02.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/eBook/02.2.md b/en/eBook/02.2.md index 20edfa6c..e6ad8882 100644 --- a/en/eBook/02.2.md +++ b/en/eBook/02.2.md @@ -115,7 +115,7 @@ That's all? No! Go supports complex numbers as well. `complex128` (with a 64-bit ### String -We just talked about how Go uses the UTF-8 character set. Strings are represented by double quotes `""` or backtracks ``` `. +We just talked about how Go uses the UTF-8 character set. Strings are represented by double quotes `""` or backticks ``` `` ```. // sample code var frenchHello string // basic form to define string