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() {
|
||||
|
||||
// `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 = "สวัสดี"
|
||||
|
Loading…
x
Reference in New Issue
Block a user