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