Skip to content

Commit 9d8c2f8

Browse files
committed
Merge pull request #368 from hc5duke/master
fix backticks
2 parents a246eb7 + b3f9246 commit 9d8c2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/eBook/02.2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ That's all? No! Go supports complex numbers as well. `complex128` (with a 64-bit
115115

116116
### String
117117

118-
We just talked about how Go uses the UTF-8 character set. Strings are represented by double quotes `""` or backtracks ``` `.
118+
We just talked about how Go uses the UTF-8 character set. Strings are represented by double quotes `""` or backticks ``` `` ```.
119119

120120
// sample code
121121
var frenchHello string // basic form to define string

0 commit comments

Comments
 (0)