From f2ef74d1a1a070ca85e1f28a87bd4e7c74b35980 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Wed, 12 Dec 2018 15:37:46 -0700 Subject: [PATCH] Consistent naming between ToC and chapters --- book/src/gossip.md | 2 +- book/src/runtime.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/gossip.md b/book/src/gossip.md index 03a8394673..8def4a3051 100644 --- a/book/src/gossip.md +++ b/book/src/gossip.md @@ -1,4 +1,4 @@ -# The Gossip Service +# Gossip Service The Gossip Service acts as a gateway to nodes in the control plane. Fullnodes use the service to ensure information is available to all other nodes in a cluster. diff --git a/book/src/runtime.md b/book/src/runtime.md index 6b9ce1fd22..9a749af07c 100644 --- a/book/src/runtime.md +++ b/book/src/runtime.md @@ -1,4 +1,4 @@ -# Runtime +# The Runtime The runtime is a concurrent transaction processor. Transactions specify their data dependencies upfront and dynamic memory allocation is explicit. By