From d544df0b6db8c6463421ebaf41ff2d16b5b9b64d Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 2 Dec 2016 23:05:14 +0000 Subject: [PATCH] Fix typo in struct comment --- storage/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/store.go b/storage/store.go index 6745cf6..c79431d 100644 --- a/storage/store.go +++ b/storage/store.go @@ -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)