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