summaryrefslogtreecommitdiff
path: root/gemfeed/2025-02-08-random-weird-things-ii.html
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-04-04 23:22:07 +0300
committerPaul Buetow <paul@buetow.org>2025-04-04 23:22:07 +0300
commitd2369f081c4544834a1f114bf33fc815f14d683c (patch)
tree8b90f329f0db0ecba84593f2c62eda861d84a25d /gemfeed/2025-02-08-random-weird-things-ii.html
parent8a893a87b0bbeebeb0890475d243fabe7d499aeb (diff)
Update content for html
Diffstat (limited to 'gemfeed/2025-02-08-random-weird-things-ii.html')
-rw-r--r--gemfeed/2025-02-08-random-weird-things-ii.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/gemfeed/2025-02-08-random-weird-things-ii.html b/gemfeed/2025-02-08-random-weird-things-ii.html
index 770e287a..03f2d8de 100644
--- a/gemfeed/2025-02-08-random-weird-things-ii.html
+++ b/gemfeed/2025-02-08-random-weird-things-ii.html
@@ -73,7 +73,7 @@
<br />
<h3 style='display: inline' id='13-go-functions-can-have-methods'>13. Go functions can have methods</h3><br />
<br />
-<span>Functions on struct types? Well, know. Functions on types like <span class='inlinecode'>int</span> and <span class='inlinecode'>string</span>? It&#39;s also known of, but a bit lesser. Functions on function types? That sounds a bit funky, but it&#39;s possible, too! For demonstration, have a look at this snippet:</span><br />
+<span>Functions on struct types? Well known. Functions on types like <span class='inlinecode'>int</span> and <span class='inlinecode'>string</span>? It&#39;s also known of, but a bit lesser. Functions on function types? That sounds a bit funky, but it&#39;s possible, too! For demonstration, have a look at this snippet:</span><br />
<br />
<!-- Generator: GNU source-highlight 3.1.9
by Lorenzo Bettini
@@ -119,7 +119,7 @@ http://www.gnu.org/software/src-highlite -->
<br />
<h3 style='display: inline' id='14--and-ss-are-treated-the-same'>14. ß and ss are treated the same</h3><br />
<br />
-<span>Know German? In German, the letter "sarp s" is written as ß. ß is treated the same as ss on macOS.</span><br />
+<span>Know German? In German, the letter "sharp s" is written as ß. ß is treated the same as ss on macOS.</span><br />
<br />
<span>On a case-insensitive file system like macOS, not only are uppercase and lowercase letters treated the same, but non-Latin characters like the German "ß" are also considered equivalent to their Latin counterparts (in this case, "ss").</span><br />
<br />