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