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