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