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