Skip to content

Commit b3f9246

Browse files
committed
fix backticks
1 parent a246eb7 commit b3f9246

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)