Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/locales.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/kk/kk.go
diff options
context:
space:
mode:
Diffstat (limited to 'kk/kk.go')
-rw-r--r--kk/kk.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/kk/kk.go b/kk/kk.go
index 498a024d..05577e5b 100644
--- a/kk/kk.go
+++ b/kk/kk.go
@@ -167,7 +167,7 @@ func (kk *kk) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- b = append(b, kk.Percent[0])
+ b = append(b, kk.percent...)
return b
}