Merge pull request #12 from bmizerany/typo

fix doc typo
This commit is contained in:
Andrew Gerrand 2013-08-27 16:27:32 -07:00
commit 61c957aaf8

View File

@ -157,7 +157,7 @@ type Group struct {
// a hotCache avoids network hotspotting, where a peer's
// network card could become the bottleneck on a popular key.
// This cache is used sparingly to maximize the total number
// of key/value pairs that can stored globally.
// of key/value pairs that can be stored globally.
hotCache cache
// loadGroup ensures that each key is only fetched once