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