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 'lo_LA/lo_LA.go')
-rw-r--r--lo_LA/lo_LA.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lo_LA/lo_LA.go b/lo_LA/lo_LA.go
index a6943561..5ae5c7c0 100644
--- a/lo_LA/lo_LA.go
+++ b/lo_LA/lo_LA.go
@@ -110,7 +110,7 @@ func (lo *lo_LA) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- b = append(b, lo.Percent[0])
+ b = append(b, lo.percent...)
return b
}