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