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