Fix typo in struct comment

This commit is contained in:
2016-12-02 23:05:14 +00:00
parent 2ce73d9fea
commit d544df0b6d

View File

@@ -1,6 +1,6 @@
package storage
// Storage defines a standard interface for storage.
// Store defines a standard interface for storage.
type Store interface {
Close() error
Get([]byte) ([]byte, error)