mirror of
https://github.com/jimeh/ozu.io.git
synced 2026-02-19 08:06:39 +00:00
Fix typo in struct comment
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user