From e8c55d2359f4819bc6c4f0d95c895b991221d66c Mon Sep 17 00:00:00 2001 From: Konstantin Kovshenin Date: Thu, 10 Feb 2022 11:06:20 +0300 Subject: [PATCH] Update strings-and-runes.go Fix typo in source --- examples/strings-and-runes/strings-and-runes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/strings-and-runes/strings-and-runes.go b/examples/strings-and-runes/strings-and-runes.go index d46b99a..3697481 100644 --- a/examples/strings-and-runes/strings-and-runes.go +++ b/examples/strings-and-runes/strings-and-runes.go @@ -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 = "สวัสดี"