From 90494ea7b1df0550cb84dfe770a33b8899b713bd Mon Sep 17 00:00:00 2001 From: Maxime Song Date: Fri, 7 Jul 2017 23:25:14 +0800 Subject: [PATCH] fix typo in comments Signed-off-by: Maxime Song --- prometheus/registry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/registry.go b/prometheus/registry.go index 8c6b5bd..34aa3b3 100644 --- a/prometheus/registry.go +++ b/prometheus/registry.go @@ -80,7 +80,7 @@ func NewPedanticRegistry() *Registry { // Registerer is the interface for the part of a registry in charge of // registering and unregistering. Users of custom registries should use -// Registerer as type for registration purposes (rather then the Registry type +// Registerer as type for registration purposes (rather than the Registry type // directly). In that way, they are free to use custom Registerer implementation // (e.g. for testing purposes). type Registerer interface {