Fix typo in strings-and-runes (#414)
This commit is contained in:
parent
3e51f69fb5
commit
0f801fd5f3
@ -17,7 +17,7 @@ import (
|
||||
func main() {
|
||||
|
||||
// `s` is a `string` assigned a literal value
|
||||
// representing the world "hello" in the Thai
|
||||
// representing the word "hello" in the Thai
|
||||
// language. Go string literals are UTF-8
|
||||
// encoded text.
|
||||
const s = "สวัสดี"
|
||||
|
2
public/strings-and-runes
generated
2
public/strings-and-runes
generated
@ -82,7 +82,7 @@ introduction to the topic.</p>
|
||||
<tr>
|
||||
<td class="docs">
|
||||
<p><code>s</code> is a <code>string</code> assigned a literal value
|
||||
representing the world “hello” in the Thai
|
||||
representing the word “hello” in the Thai
|
||||
language. Go string literals are UTF-8
|
||||
encoded text.</p>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user