Skip to content

Commit

Permalink
Fix typo in comment for Metadata struct (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebschoepp authored Jun 4, 2020
1 parent 1c1c59f commit bbb395e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shard.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

type onRemoveCallback func(wrappedEntry []byte, reason RemoveReason)

// Metadata contains information of a spesific entry
// Metadata contains information of a specific entry
type Metadata struct {
RequestCount uint32
}
Expand Down

0 comments on commit bbb395e

Please sign in to comment.