From 3147ce60fac0d6d72ab4a10904926c7b7a61bfc1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 11 Mar 2025 22:46:20 +0200 Subject: korrektur von Joshua --- gemfeed/2025-02-08-random-weird-things-ii.gmi.tpl | 4 ++-- 1 file 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"). -- cgit v1.2.3