Skip to content

Commit

Permalink
Merge pull request #545 from freeformz/typo
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
pauldix committed May 16, 2014
2 parents 6a74cfd + 29d6330 commit 6e81a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cluster/shard.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import (
log "code.google.com/p/log4go"
)

// A shard imements an interface for writing and querying data.
// A shard implements an interface for writing and querying data.
// It can be copied to multiple servers or the local datastore.
// Shard contains data from [startTime, endTime)
// Shards contains data from [startTime, endTime]
// Ids are unique across the cluster
type Shard interface {
Id() uint32
Expand Down

0 comments on commit 6e81a63

Please sign in to comment.