fix typo in comments

Signed-off-by: Maxime Song <me@cppdo.com>
This commit is contained in:
Maxime Song 2017-07-07 23:25:14 +08:00
parent 310ce84375
commit 90494ea7b1
1 changed files with 1 additions and 1 deletions

View File

@ -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 {