| Index: common/errors/tags.go
|
| diff --git a/common/errors/tags.go b/common/errors/tags.go
|
| index 74232b95e1d1384423b568279a1b45a3b361ba81..82c9af15406a0928c3971d22991e066b423e89ba 100644
|
| --- a/common/errors/tags.go
|
| +++ b/common/errors/tags.go
|
| @@ -38,7 +38,7 @@ type (
|
| Value interface{}
|
| }
|
|
|
| - // A TagValueGenerator generates (TagKey, value) pairs, for use with Annoatator.Tag
|
| + // TagValueGenerator generates (TagKey, value) pairs, for use with Annoatator.Tag
|
| // and New().
|
| TagValueGenerator interface {
|
| GenerateErrorTagValue() TagValue
|
|
|