Update strings-and-runes.go

Fix typo in source
This commit is contained in:
Konstantin Kovshenin 2022-02-10 11:06:20 +03:00 committed by GitHub
parent 45662fe642
commit e8c55d2359
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = "สวัสดี"