Merge pull request #2 from elimisteve/patch-1

Fixed README typo: s/suppresion/suppression/
This commit is contained in:
Brad Fitzpatrick 2013-07-27 16:12:44 -07:00
commit 0e1c21818b

View File

@ -56,7 +56,7 @@ In a nutshell, a groupcache lookup of **Get("foo")** looks like:
from peers, they block waiting for the load to finish and get the
same answer). If not, RPC to the peer that's the owner and get
the answer. If the RPC fails, just load it locally (still with
local dup suppresion).
local dup suppression).
## Users