From 0d1e45f2f5c1038e8d2bee92babab3b6d105a00b Mon Sep 17 00:00:00 2001 From: Christopher Batey Date: Mon, 18 May 2020 13:07:56 +0100 Subject: [PATCH] Fix grammer error in cluster-concepts Fixes #29060 --- akka-docs/src/main/paradox/typed/cluster-concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/typed/cluster-concepts.md b/akka-docs/src/main/paradox/typed/cluster-concepts.md index 458c66d079..1153f782ab 100644 --- a/akka-docs/src/main/paradox/typed/cluster-concepts.md +++ b/akka-docs/src/main/paradox/typed/cluster-concepts.md @@ -48,7 +48,7 @@ to the cluster state has an accompanying update to the vector clock. #### Gossip Convergence Information about the cluster converges locally at a node at certain points in time. -This is when a node can prove that the cluster state he is observing has been observed +This is when a node can prove that the cluster state it is observing has been observed by all other nodes in the cluster. Convergence is implemented by passing a set of nodes that have seen current state version during gossip. This information is referred to as the seen set in the gossip overview. When all nodes are included in the seen set there is