From 8a39167b889ff0e89e162507f3167e76dee71a17 Mon Sep 17 00:00:00 2001 From: Luit van Drongelen Date: Wed, 31 Jul 2013 09:45:16 +0200 Subject: [PATCH] Weird use of brackets in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56e90c5..70c29da 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,9 @@ In a nutshell, a groupcache lookup of **Get("foo")** looks like: 3. Amongst all the peers in my set of N, am I the owner of the key "foo"? (e.g. does it consistent hash to 5?) If so, load it. If - other callers come in (via the same process or via RPC requests + other callers come in, via the same process or via RPC requests 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 + 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 suppression).