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