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 'hy_AM/hy_AM.go')
-rw-r--r--hy_AM/hy_AM.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hy_AM/hy_AM.go b/hy_AM/hy_AM.go
index a5746a0a..78c0f9d8 100644
--- a/hy_AM/hy_AM.go
+++ b/hy_AM/hy_AM.go
@@ -152,7 +152,7 @@ func (hy *hy_AM) 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
}