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