Skip to content
This repository was archived by the owner on Aug 2, 2021. It is now read-only.

Commit 72f23b8

Browse files
committed
shed: fixed typo
1 parent 0e6bdb9 commit 72f23b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shed/index.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func (i Item) Merge(i2 Item) (new Item) {
7676

7777
// Index represents a set of LevelDB key value pairs that have common
7878
// prefix. It holds functions for encoding and decoding keys and values
79-
// to provide transparent actions on saved data which inclide:
79+
// to provide transparent actions on saved data which include:
8080
// - getting a particular Item
8181
// - saving a particular Item
8282
// - iterating over a sorted LevelDB keys

0 commit comments

Comments
 (0)