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