Skip to content

Commit

Permalink
Merge pull request #1 from GeertJohan/patch-1
Browse files Browse the repository at this point in the history
Fix range notation
  • Loading branch information
Peter Renström committed Jul 8, 2015
2 parents a4fa23b + c1cad91 commit 960b791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jump.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package jump

// Hash takes a 64 bit key and the number of buckets. It outputs a bucket
// number in the range [0, buckets].
// number in the range [0, buckets).
func Hash(key uint64, buckets int32) int32 {
var b, j int64

Expand Down

0 comments on commit 960b791

Please sign in to comment.