summaryrefslogtreecommitdiffstats
path: root/helpers/general.go
diff options
context:
space:
mode:
authorChristian Oliff <christianoliff@pm.me>2024-02-18 20:16:30 +0900
committerGitHub <noreply@github.com>2024-02-18 12:16:30 +0100
commit168d3757841d2064e11f8d122797e2771273d367 (patch)
treec805e6633220d8dda3197589aa6d7c270909d2bc /helpers/general.go
parent4a53fd56b71c8a2f83e5ace38bd7a54000c30f94 (diff)
all: Fix typos and some URLs
Diffstat (limited to 'helpers/general.go')
-rw-r--r--helpers/general.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/general.go b/helpers/general.go
index 859d1ead7..c7d9fcd85 100644
--- a/helpers/general.go
+++ b/helpers/general.go
@@ -188,7 +188,7 @@ func ReaderContains(r io.Reader, subslice []byte) bool {
//
// - "Go" (strings.Title)
// - "AP" (see https://www.apstylebook.com/)
-// - "Chicago" (see http://www.chicagomanualofstyle.org/home.html)
+// - "Chicago" (see https://www.chicagomanualofstyle.org/home.html)
// - "FirstUpper" (only the first character is upper case)
// - "None" (no transformation)
//