Skip to content

Commit b683f2f

Browse files
Fix a typo.
Signed-off-by: Arthur Schreiber <[email protected]>
1 parent 7874274 commit b683f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/vt/key/key.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ func GenerateShardRanges(shards int, hexChars int) ([]string, error) {
394394
hexChars = 4
395395
}
396396
default:
397-
return nil, errors.New("this function does not support more than 65336 shards in a single keyspace")
397+
return nil, errors.New("this function does not support more than 65536 shards in a single keyspace")
398398
}
399399

400400
maxShards := math.Pow(16, float64(hexChars))

0 commit comments

Comments
 (0)