Update strings-and-runes.go
Fix typo in source
This commit is contained in:
parent
45662fe642
commit
e8c55d2359
@ -17,7 +17,7 @@ import (
|
|||||||
func main() {
|
func main() {
|
||||||
|
|
||||||
// `s` is a `string` assigned a literal value
|
// `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
|
// language. Go string literals are UTF-8
|
||||||
// encoded text.
|
// encoded text.
|
||||||
const s = "สวัสดี"
|
const s = "สวัสดี"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user