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