summaryrefslogtreecommitdiff
path: root/gemfeed/2025-02-08-random-weird-things-ii.gmi
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-04-04 23:22:09 +0300
committerPaul Buetow <paul@buetow.org>2025-04-04 23:22:09 +0300
commit07920d17ce75e84100842fb6b367bd2e5233635a (patch)
tree3f53c2bb1bbf10e23f87a2e83749f4dc4c45700e /gemfeed/2025-02-08-random-weird-things-ii.gmi
parentf495b636fd6e866a6eed2da06dcdcda8d56dcf6a (diff)
Update content for gemtext
Diffstat (limited to 'gemfeed/2025-02-08-random-weird-things-ii.gmi')
-rw-r--r--gemfeed/2025-02-08-random-weird-things-ii.gmi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gemfeed/2025-02-08-random-weird-things-ii.gmi b/gemfeed/2025-02-08-random-weird-things-ii.gmi
index b9cff06e..617f5eb5 100644
--- a/gemfeed/2025-02-08-random-weird-things-ii.gmi
+++ b/gemfeed/2025-02-08-random-weird-things-ii.gmi
@@ -59,7 +59,7 @@ I found it interesting and/or weird, as Go is a programming language. Why should
### 13. Go functions can have methods
-Functions on struct types? Well, know. Functions on types like `int` and `string`? It's also known of, but a bit lesser. Functions on function types? That sounds a bit funky, but it's possible, too! For demonstration, have a look at this snippet:
+Functions on struct types? Well known. Functions on types like `int` and `string`? It's also known of, but a bit lesser. Functions on function types? That sounds a bit funky, but it's possible, too! For demonstration, have a look at this snippet:
```go
package main
@@ -99,7 +99,7 @@ For personal computing, I don't use Apple, but I have to use it for work.
### 14. ß and ss are treated the same
-Know German? In German, the letter "sarp s" is written as ß. ß is treated the same as ss on macOS.
+Know German? In German, the letter "sharp s" is written as ß. ß is treated the same as ss on macOS.
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").