aboutsummaryrefslogtreecommitdiff
path: root/internal/feed/template/funcs.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/feed/template/funcs.go')
-rw-r--r--internal/feed/template/funcs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/feed/template/funcs.go b/internal/feed/template/funcs.go
index 300b9ca..30a2975 100644
--- a/internal/feed/template/funcs.go
+++ b/internal/feed/template/funcs.go
@@ -37,7 +37,7 @@ func lastUrlPart(url string) string {
// byteCount receives an integer as a string, that is interpreted as a size in bytes.
// This size is then equipped with the corresponding unit:
-//
+// 1023 --> 1023 B; 1024 --> 1.0 KB; ...
func byteCount(str string) string {
var b uint64
if str != "" {