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/ky/ky.go
diff options
context:
space:
mode:
Diffstat (limited to 'ky/ky.go')
-rw-r--r--ky/ky.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ky/ky.go b/ky/ky.go
index bff587a6..6e80e368 100644
--- a/ky/ky.go
+++ b/ky/ky.go
@@ -159,7 +159,7 @@ func (ky *ky) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- b = append(b, ky.Percent[0])
+ b = append(b, ky.percent...)
return b
}