From 0f801fd5f377a065b1c5050fe15f631d7975d7f5 Mon Sep 17 00:00:00 2001 From: Konstantin Kovshenin Date: Thu, 10 Feb 2022 16:25:18 +0300 Subject: [PATCH 1/2] Fix typo in strings-and-runes (#414) --- examples/strings-and-runes/strings-and-runes.go | 2 +- public/strings-and-runes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = "สวัสดี" 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.

From 5fa0d40cdbb004a26676cc82348d0944d8e93dd2 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Thu, 10 Feb 2022 05:27:34 -0800 Subject: [PATCH 2/2] Re-generate output after #414 --- examples/strings-and-runes/strings-and-runes.hash | 4 ++-- public/strings-and-runes | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/strings-and-runes/strings-and-runes.hash b/examples/strings-and-runes/strings-and-runes.hash index 47b9006..299528c 100644 --- a/examples/strings-and-runes/strings-and-runes.hash +++ b/examples/strings-and-runes/strings-and-runes.hash @@ -1,2 +1,2 @@ -c96321f2951af50985c648779a3a41d0b48007a7 -jDBFShEYIwP +766c486b73701deb5af9a3f5249d4febc3beda89 +y9AcFzz3UJn diff --git a/public/strings-and-runes b/public/strings-and-runes index 028ca7b..25a0f5d 100644 --- a/public/strings-and-runes +++ b/public/strings-and-runes @@ -48,7 +48,7 @@ introduction to the topic.

- +
package main