From 092d8700446401da844b49aa12b25ed7278b2d53 Mon Sep 17 00:00:00 2001 From: Karthik Ranganathan Date: Thu, 13 Jun 2019 17:05:19 -0700 Subject: [PATCH] Couple of minor fixes. --- content/latest/architecture/docdb/sharding.md | 2 +- layouts/partials/head.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/latest/architecture/docdb/sharding.md b/content/latest/architecture/docdb/sharding.md index 4b9625b0..b5bf4d19 100644 --- a/content/latest/architecture/docdb/sharding.md +++ b/content/latest/architecture/docdb/sharding.md @@ -34,7 +34,7 @@ a table may therefore have at most 64K tablets. We expect this to be sufficient very large data sets or cluster sizes. As an example, for a table with 16 tablets the overall hash space [0x0000 to 0xFFFF) is divided into -16 sub-ranges, one for each tablet: [0x0000, 0x1000), [0x1000, 0x2000), … , [0xF000, 0xFFFF). +16 sub-ranges, one for each tablet: [0x0000, 0x1000), [0x1000, 0x2000), … , [0xF000, 0xFFFF]. ![tablet_overview](/images/architecture/tablet_overview.png) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 1511b4d5..b851cde5 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -54,7 +54,7 @@ {{ with .Site.Params.bigpicture }} - + {{ end }}