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/chr.go')
-rw-r--r--chr/chr.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/chr/chr.go b/chr/chr.go
index 1c9b7ed8..1afccc5c 100644
--- a/chr/chr.go
+++ b/chr/chr.go
@@ -145,7 +145,7 @@ func (chr *chr) 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
}