mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
Fix typo
This commit is contained in:
parent
fa58fdbd5d
commit
9aa8f822c1
|
@ -230,7 +230,7 @@ func (b *Builder) Set(n, v string) *Builder {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Labels returns the labels from the builder. If no modifications
|
// Labels returns the labels from the builder. If no modifications
|
||||||
// were made, the originl labels are returned.
|
// were made, the original labels are returned.
|
||||||
func (b *Builder) Labels() Labels {
|
func (b *Builder) Labels() Labels {
|
||||||
if len(b.del) == 0 && len(b.add) == 0 {
|
if len(b.del) == 0 && len(b.add) == 0 {
|
||||||
return b.base
|
return b.base
|
||||||
|
|
Loading…
Reference in a new issue