We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a246eb7 commit b3f9246Copy full SHA for b3f9246
en/eBook/02.2.md
@@ -115,7 +115,7 @@ That's all? No! Go supports complex numbers as well. `complex128` (with a 64-bit
115
116
### String
117
118
-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 ``` `` ```.
119
120
// sample code
121
var frenchHello string // basic form to define string
0 commit comments