diff options
author | Ben Webb <benjaminedwardwebb@gmail.com> | 2024-06-08T20·29-0500 |
---|---|---|
committer | benjaminedwardwebb <benjaminedwardwebb@gmail.com> | 2024-06-08T21·17+0000 |
commit | 23e0973cdfa7e5126475530ca62f1c905708ee57 (patch) | |
tree | db109bf1f6dc3adc60261b79f78e2deb28d4785a /tvix/store | |
parent | 4ed397ad00328ed81c4213f345769e78b1b8f036 (diff) |
docs(tvix): fix some typos across various documents r/8227
Fix some typos found while reading various documents, mostly those relating to the castore. Here is a summary of the edits. - fix broken link between documents in the store and castore directories - clarify expression in castore's data model document that indicates that the *name* of each child node of a directory must be unique across all three lists of children - add missing closing parenthesis in castore's data model document - replace "how" with "what" in the phrase "unclear how a ... would even look like" in castore's why-not-git-trees document - remove unnecessary articles in castore's blobstore chunking document - add missing "y" to "optionall" in eval's compilation of bindings document Change-Id: I1997ea91bb4e9c40abcd81e0cde9405968580ba6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11763 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'tvix/store')
-rw-r--r-- | tvix/store/docs/api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/docs/api.md b/tvix/store/docs/api.md index 01e72671a743..c5a5c477aa17 100644 --- a/tvix/store/docs/api.md +++ b/tvix/store/docs/api.md @@ -5,7 +5,7 @@ This document outlines the design of the API exposed by tvix-castore and tvix- store, as well as other implementations of this store protocol. This document is meant to be read side-by-side with -[castore.md](../../tvix-castore/docs/castore.md) which describes the data model +[castore.md](../../castore/docs/data-model.md) which describes the data model in more detail. The store API has four main consumers: |