summaryrefslogtreecommitdiff
path: root/gemfeed
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-03-11 22:46:20 +0200
committerPaul Buetow <paul@buetow.org>2025-03-11 22:46:20 +0200
commit3147ce60fac0d6d72ab4a10904926c7b7a61bfc1 (patch)
tree6c08dff14bd76d7299a7a4a28dcc3551f51b099c /gemfeed
parent70c4329bc22b1e97462e144d396913ae60dfd200 (diff)
korrektur von Joshua
Diffstat (limited to 'gemfeed')
-rw-r--r--gemfeed/2025-02-08-random-weird-things-ii.gmi.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/gemfeed/2025-02-08-random-weird-things-ii.gmi.tpl b/gemfeed/2025-02-08-random-weird-things-ii.gmi.tpl
index e0d3b954..671f2838 100644
--- a/gemfeed/2025-02-08-random-weird-things-ii.gmi.tpl
+++ b/gemfeed/2025-02-08-random-weird-things-ii.gmi.tpl
@@ -44,7 +44,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
@@ -84,7 +84,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").