From 45662fe6427103f299c5e895a28de7051ee02d29 Mon Sep 17 00:00:00 2001
From: Konstantin Kovshenin
Date: Wed, 9 Feb 2022 13:53:33 +0300
Subject: [PATCH] Fix typo in strings-and-runes
---
public/strings-and-runes | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/strings-and-runes b/public/strings-and-runes
index 689669d..028ca7b 100644
--- a/public/strings-and-runes
+++ b/public/strings-and-runes
@@ -82,7 +82,7 @@ introduction to the topic.
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.
|