diff --git a/registry.go b/registry.go index 1ca1790..6a8f78e 100644 --- a/registry.go +++ b/registry.go @@ -18,7 +18,7 @@ func Register(indicator uint64, hasherFactory func() hash.Hash) { mhreg.Register(indicator, hasherFactory) } -// Register is an alias for Register in the core package. +// GetHasher is an alias for GetHasher in the core package. // // Consider using the core package instead of this multihash package; // that package does not introduce transitive dependencies except for those you opt into,